summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-14 13:34:53 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-14 13:34:53 +0900
commitc529f9057ecf9b9694e8fefb4d6ec70cd1b564ad (patch)
treed29540b3a85a4a958062767e3ae427330d12a0ec /src/main.cpp
parent63d63ad52bcd74acf73002073700a06b52e63ecb (diff)
downloaduniversal-indent-gui-tqt-c529f9057ecf9b9694e8fefb4d6ec70cd1b564ad.tar.gz
universal-indent-gui-tqt-c529f9057ecf9b9694e8fefb4d6ec70cd1b564ad.zip
Drop unnecessary UiGuiSystemInfo code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/main.cpp')
-rwxr-xr-xsrc/main.cpp2
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) {