]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt3/GuiImplementation.h
* Gui::newView(): cleanup unused arguments.
[features.git] / src / frontends / qt3 / GuiImplementation.h
index 60f03aad95c44c13d996f8c445118d19f624814f..2d77f16bf924ecdc7debab45a5c424146fe97242 100644 (file)
@@ -45,7 +45,7 @@ public:
        {
        }
 
-       int newView(unsigned int /*w*/, unsigned int /*h*/)
+       int newView()
        {
                view_.reset(new FView);
                return 0;