Remove _surface is NULL warning

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/branches/gnustep_testplant_branch@39665 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Marcian Lytwyn 2016-04-13 21:08:01 +00:00
parent e67b35527f
commit e67d8442e9

View file

@ -98,7 +98,6 @@ POINT GSWindowPointToMS(GSGState *s, NSPoint p)
// Return the HDC...
return hdc;
}
NSLog(@"%s:_surface is NULL\n", __PRETTY_FUNCTION__);
return NULL;
}