# HG changeset patch # User Sam Lantinga # Date 1011734076 0 # Node ID 72acb06d3721d1c51e8e5384d92c9968feadf147 # Parent d1447a846d8017b066b13031875221ff25018309 *** empty log message *** diff -r d1447a846d80 -r 72acb06d3721 src/video/quartz/SDL_QuartzWM.m --- 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) {