1
0
mirror of https://github.com/glfw/glfw.git synced 2025-03-21 16:25:55 +00:00

Removed mistaken comment.

This commit is contained in:
Camilla Berglund 2012-08-12 12:50:44 +02:00
parent c8c36f6ec0
commit ab373308b0

View File

@ -59,8 +59,6 @@ void _glfwSetError(int error, const char* format, ...)
char buffer[16384];
const char* description;
// We would use vasprintf here if msvcrt supported it
if (format)
{
int count;