changeset 273 | 72acb06d3721 |
parent 272 | d1447a846d80 |
child 297 | f6ffac90895c |
--- a/src/video/quartz/SDL_QuartzWM.m Tue Jan 22 18:46:28 2002 +0000 +++ b/src/video/quartz/SDL_QuartzWM.m Tue Jan 22 21:14:36 2002 +0000 @@ -271,17 +271,6 @@ 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) {