Removed unsupported target.

This commit is contained in:
Camilla Berglund 2012-05-24 11:48:50 +02:00
parent 79bef68511
commit 20fccd4aa3

View File

@ -221,8 +221,6 @@ const char* _glfwPlatformGetVersionString(void)
const char* version = _GLFW_VERSION_FULL
#if defined(__MINGW32__)
" MinGW"
#elif defined(__CYGWIN__)
" Cygwin"
#elif defined(_MSC_VER)
" Visual C++ "
#elif defined(__BORLANDC__)