]> git.lyx.org Git - lyx.git/blob - src/frontends/lyx_gui.C
* lyx_gui: parse_lyxrc() and getStatus() methods deleted.
[lyx.git] / src / frontends / lyx_gui.C
1 /**
2  * \file frontends/lyx_gui.C
3  * This file is part of LyX, the document processor.
4  * Licence details can be found in the file COPYING.
5  *
6  * \author John Levon
7  * \author Abdelrazak Younes
8  *
9  * Full author contact details are available in file CREDITS.
10  */
11
12 #include <config.h>
13
14 #include "lyx_gui.h"
15
16 #include "Application.h"
17
18 using std::string;
19
20 lyx::frontend::Application * theApp;
21
22
23 namespace lyx_gui {
24
25 bool use_gui = true;
26
27 }; // namespace lyx_gui