]> git.lyx.org Git - lyx.git/commitdiff
remove unused stuff
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Fri, 22 Sep 2006 19:17:29 +0000 (19:17 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Fri, 22 Sep 2006 19:17:29 +0000 (19:17 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15130 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/Application.C
src/frontends/LyXView.h

index c75767280cab46310d19af9dfb1d9b5ec9e2facf..9f9aaee0be66725c9c0673cdf3ff86897fdd6b79 100644 (file)
@@ -29,7 +29,7 @@ namespace lyx {
 namespace frontend {
 
 
-Application::Application(int & argc, char ** argv)
+Application::Application(int &, char **)
 {
 }
 
index bda7da3f43f804b7154340237161922f95039cbf..0d95729f45bb843a131d62ab557ee4c46f1e77c6 100644 (file)
@@ -35,7 +35,6 @@ class FuncRequest;
 
 namespace lyx {
 namespace frontend {
-class Gui;
 class WorkArea;
 class ControlCommandBuffer;
 } // namespace frontend