Users of the 32bit version need to realize that it doesn't really matter all that much.
@@ -242,8 +242,6 @@ string OBSApp::GetVersionString() const
#ifdef _WIN32
if (sizeof(void*) == 8)
ver << "64bit, ";
- else
- ver << "32bit, ";
ver << "windows)";
#elif __APPLE__