*** empty log message ***

This commit is contained in:
Sam Lantinga
2002-01-22 21:14:36 +00:00
parent 4d6f5152b8
commit 1cddfc9f70

View File

@@ -271,17 +271,6 @@ static int QZ_IconifyWindow (_THIS) {
return 0;
}
}
static int QZ_IconifyWindow (_THIS) {
if ( ! [ qz_window isMiniaturized ] ) {
[ qz_window miniaturize:nil ];
return 1;
}
else {
SDL_SetError ("Quartz window already iconified");
return 0;
}
}
/*
static int QZ_GetWMInfo (_THIS, SDL_SysWMinfo *info) {