Skip to content

Remove not implemented method

mrbean-bremen requested to merge mrbean-bremen/vtk:remove-unimplemented into master

QVTKRenderWindowAdapter::context() had never been implemented, the declaration was introduced during the refactoring of the Qt VTK widgets a few years ago.

This is a trivial change which just removes the declaration from the header to avoid confusion. We have noticed this by getting a linker error while trying to use this method.

Merge request reports