summaryrefslogtreecommitdiffstats
path: root/src/fbgui.cpp
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-05 22:47:51 +0100
committerJonathan Bauer2011-03-05 22:47:51 +0100
commit6712b04f22aa55717c32676be04bc2e0df40645b (patch)
tree9023e5e0bd61c59b5a2aabff156180ef7ec5d5a1 /src/fbgui.cpp
parentremoved some old comments (diff)
downloadfbgui-6712b04f22aa55717c32676be04bc2e0df40645b.tar.gz
fbgui-6712b04f22aa55717c32676be04bc2e0df40645b.tar.xz
fbgui-6712b04f22aa55717c32676be04bc2e0df40645b.zip
more random things...
Diffstat (limited to 'src/fbgui.cpp')
-rw-r--r--src/fbgui.cpp4
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;
}