From 884022b16ad423ac28534e0c39fe647a1401fe32 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Fri, 22 Sep 2006 19:17:29 +0000 Subject: [PATCH] remove unused stuff git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15130 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/Application.C | 2 +- src/frontends/LyXView.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/frontends/Application.C b/src/frontends/Application.C index c75767280c..9f9aaee0be 100644 --- a/src/frontends/Application.C +++ b/src/frontends/Application.C @@ -29,7 +29,7 @@ namespace lyx { namespace frontend { -Application::Application(int & argc, char ** argv) +Application::Application(int &, char **) { } diff --git a/src/frontends/LyXView.h b/src/frontends/LyXView.h index bda7da3f43..0d95729f45 100644 --- a/src/frontends/LyXView.h +++ b/src/frontends/LyXView.h @@ -35,7 +35,6 @@ class FuncRequest; namespace lyx { namespace frontend { -class Gui; class WorkArea; class ControlCommandBuffer; } // namespace frontend -- 2.39.2