remove unused stuff

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15130 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2006-09-22 19:17:29 +00:00
parent c2ffa71fa7
commit 884022b16a
2 changed files with 1 additions and 2 deletions

View File

@ -29,7 +29,7 @@ namespace lyx {
namespace frontend {
Application::Application(int & argc, char ** argv)
Application::Application(int &, char **)
{
}

View File

@ -35,7 +35,6 @@ class FuncRequest;
namespace lyx {
namespace frontend {
class Gui;
class WorkArea;
class ControlCommandBuffer;
} // namespace frontend