]> git.lyx.org Git - features.git/blobdiff - src/frontends/gtk/GuiImplementation.C
* Gui::newView(): cleanup unused arguments.
[features.git] / src / frontends / gtk / GuiImplementation.C
index 86ded6895dbe8f8aaced67e8e1c9b1f3478eb416..04002d2f3cbd0af1f2020ee3dd36465f474287d7 100644 (file)
@@ -30,7 +30,7 @@
 namespace lyx {
 namespace frontend {
 
-int GuiImplementation::newView(unsigned int /*w*/, unsigned int /*h*/)
+int GuiImplementation::newView()
 {
        view_.reset(new GView);
        return 0;