]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/lyx_gui.C
* lyx_gui: create_view(), start() and exit() functions deleted.
[lyx.git] / src / frontends / lyx_gui.C
index 41296e61f4e21b977744e1d283a511901c0aeb16..dffd02bec5d2e91ed3ad713fd393ac22215cf6a2 100644 (file)
@@ -13,7 +13,6 @@
 
 #include "lyx_gui.h"
 
-#include "LyXView.h"
 #include "Application.h"
 
 #include "funcrequest.h"
@@ -31,25 +30,6 @@ void parse_lyxrc()
 {}
 
 
-LyXView * create_view(unsigned int width, unsigned int height, int posx, int posy,
-          bool maximize)
-{
-       return &theApp->createView(width, height, posx, posy, maximize);
-}
-
-
-int start(LyXView * view, string const & batch)
-{
-       return theApp->start(batch);
-}
-
-
-void exit(int status)
-{
-       theApp->exit(status);
-}
-
-
 FuncStatus getStatus(FuncRequest const & ev)
 {
        FuncStatus flag;