diff options
| author | Jonathan Bauer | 2011-03-05 22:47:51 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2011-03-05 22:47:51 +0100 |
| commit | 6712b04f22aa55717c32676be04bc2e0df40645b (patch) | |
| tree | 9023e5e0bd61c59b5a2aabff156180ef7ec5d5a1 /src/fbgui.cpp | |
| parent | removed some old comments (diff) | |
| download | fbgui-6712b04f22aa55717c32676be04bc2e0df40645b.tar.gz fbgui-6712b04f22aa55717c32676be04bc2e0df40645b.tar.xz fbgui-6712b04f22aa55717c32676be04bc2e0df40645b.zip | |
more random things...
Diffstat (limited to 'src/fbgui.cpp')
| -rw-r--r-- | src/fbgui.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/fbgui.cpp b/src/fbgui.cpp index 1851ad4..57df27b 100644 --- a/src/fbgui.cpp +++ b/src/fbgui.cpp @@ -45,10 +45,6 @@ int main(int argc, char *argv[]) { qDebug() << "Help requested. Printing usage info. Exiting..."; printUsage(); - // Not quite sure what the best exit statement is. - // Maybe better a.quit() ? - //exit(0); - // Probably use the EXIT_SUCCESS / EXIT_FAILURE constants as defined in "man exit" return EXIT_SUCCESS; } |
