summaryrefslogtreecommitdiffstats
path: root/src/fbgui.cpp
diff options
context:
space:
mode:
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;
}