diff options
author | dos-reis <gdr@axiomatics.org> | 2013-04-02 15:23:04 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2013-04-02 15:23:04 +0000 |
commit | b8f0a3083fa5f6fdc821a7ccca2f7d7e6395b94c (patch) | |
tree | c1efff77953c9a0a8da0d778e8ee991e61dc9b2f /src/gui | |
parent | f3d23bbfe2ee955897e9b14619845f4f8357f66c (diff) | |
download | open-axiom-b8f0a3083fa5f6fdc821a7ccca2f7d7e6395b94c.tar.gz |
Add experimental --gui option
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/main.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/main.cc b/src/gui/main.cc index 9b018492..a372be3a 100644 --- a/src/gui/main.cc +++ b/src/gui/main.cc @@ -32,7 +32,6 @@ #include <QApplication> #include "main-window.h" - int main(int argc, char* argv[]) { using namespace OpenAxiom; |