[commit] r1294 - trunk/SDK/DecoratorLib

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Thu Apr 28 11:12:03 CDT 2011


Author: ksmyth
Date: Thu Apr 28 11:12:03 2011
New Revision: 1294

Log:
Remove debugging

Modified:
   trunk/SDK/DecoratorLib/DecoratorUtil.cpp

Modified: trunk/SDK/DecoratorLib/DecoratorUtil.cpp
==============================================================================
--- trunk/SDK/DecoratorLib/DecoratorUtil.cpp	Wed Apr 27 16:30:07 2011	(r1293)
+++ trunk/SDK/DecoratorLib/DecoratorUtil.cpp	Thu Apr 28 11:12:03 2011	(r1294)
@@ -20,7 +20,6 @@
 
 namespace {
 	bool isRunningUnderWine() {
-		return true;
 		// http://wiki.winehq.org/DeveloperFaq "How can I detect Wine?" "This is a bad idea."
 		static bool haveRunWineDetection = false;
 		static bool isWine = false;


More information about the gme-commit mailing list