gdi32: Remove unused function.

This commit is contained in:
Andrew Talbot 2006-12-19 19:04:55 +00:00 committed by Alexandre Julliard
parent 307ab51793
commit 3d41200797
1 changed files with 0 additions and 7 deletions

View File

@ -75,13 +75,6 @@ static CRITICAL_SECTION_DEBUG critsect_debug =
};
static SYSLEVEL GDI_level = { { &critsect_debug, -1, 0, 0, 0, 0 }, 3 };
inline static BOOL get_bool(char *buffer)
{
return (buffer[0] == 'y' || buffer[0] == 'Y' ||
buffer[0] == 't' || buffer[0] == 'T' ||
buffer[0] == '1');
}
/****************************************************************************
*