diff options
Diffstat (limited to 'src/main.cpp')
-rwxr-xr-x | src/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index e9e85b1..38decad 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -24,7 +24,6 @@ #include "SettingsPaths.h" // -- #include "UiGuiIndentServer.h" // -- #include "UiGuiIniFileParser.h" -// -- #include "UiGuiSystemInfo.h" #include "UiGuiVersion.h" #include <tqapplication.h> @@ -142,7 +141,6 @@ int main(int argc, char *argv[]) // -- #endif // -- qInstallMsgHandler(TSLogger::messageHandler); // -- TSLogger::messageHandler(TSLoggerInfoMsg, TQString("Starting UiGUI Version %1 %2").arg(PROGRAM_VERSION_STRING).arg(PROGRAM_REVISION).toAscii()); -// -- TSLogger::messageHandler(TSLoggerInfoMsg, TQString("Running on %1").arg(UiGuiSystemInfo::getOperatingSystem()).toAscii()); // -- // Start normal with full gui and without server. if (!startAsPlugin && !startAsServer) { |