Browse Source

Remove '32bit' text from 32bit windows version

Users of the 32bit version need to realize that it doesn't really matter
all that much.
jp9000 11 years ago
parent
commit
fe8c71e7d4
1 changed files with 0 additions and 2 deletions
  1. 0 2
      obs/obs-app.cpp

+ 0 - 2
obs/obs-app.cpp

@@ -242,8 +242,6 @@ string OBSApp::GetVersionString() const
 #ifdef _WIN32
 	if (sizeof(void*) == 8)
 		ver << "64bit, ";
-	else
-		ver << "32bit, ";
 
 	ver << "windows)";
 #elif __APPLE__