diff options
Diffstat (limited to 'games-util/showeq/files/showeq-5.6.0.0-UTS.patch')
-rw-r--r-- | games-util/showeq/files/showeq-5.6.0.0-UTS.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/games-util/showeq/files/showeq-5.6.0.0-UTS.patch b/games-util/showeq/files/showeq-5.6.0.0-UTS.patch deleted file mode 100644 index b8ccc97265bb..000000000000 --- a/games-util/showeq/files/showeq-5.6.0.0-UTS.patch +++ /dev/null @@ -1,26 +0,0 @@ ---- src/main.cpp.old 2008-01-18 00:03:18.000000000 +0100 -+++ src/main.cpp 2008-01-18 00:03:31.000000000 +0100 -@@ -763,10 +763,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-18 00:09:30.000000000 +0100 -+++ src/itemdbtool.cpp 2008-01-18 00:09:53.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()); |