summaryrefslogtreecommitdiff
blob: a72539e52fbc58de801c7a920a9703863a51219b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
--- src/main.cpp.old	2008-01-17 23:18:47.000000000 +0100
+++ src/main.cpp	2008-01-17 23:19:00.000000000 +0100
@@ -740,10 +740,6 @@
 #ifdef QT_VERSION_STR
   printf ("\t\tUsing Qt version: %s\n", QT_VERSION_STR);
 #endif
-#ifdef __linux__
-  printf ("\t\tUsing headers from linux version: %s\n",
-	  UTS_RELEASE);
-#endif
   printf ("\t\tUsing EQItemDB: %s\n", EQItemDB::Version());
   printf ("\tUsing GDBM: %s\n", GDBMConvenience::Version());
 #ifdef USE_DB3
--- src/itemdbtool.cpp.old	2008-01-17 23:28:55.000000000 +0100
+++ src/itemdbtool.cpp	2008-01-17 23:29:09.000000000 +0100
@@ -444,10 +444,6 @@
 #ifdef QT_VERSION_STR
   printf ("\t\tUsing Qt version: %s\n", QT_VERSION_STR);
 #endif
-#ifdef __linux__
-  printf ("\t\tUsing headers from linux version: %s\n",
-	  UTS_RELEASE);
-#endif
   printf ("\tUsing GDBM: %s\n", GDBMConvenience::Version());
 #ifdef USE_DB3
   printf ("\tUsing DB3: %s\n", DB3Convenience::Version());