From d2fe204e251d2f6f989f3d1749c4448073b7ba7c Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 22 Jan 2002 21:14:36 +0000 Subject: [PATCH] *** empty log message *** --- src/video/quartz/SDL_QuartzWM.m | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/video/quartz/SDL_QuartzWM.m b/src/video/quartz/SDL_QuartzWM.m index adbe3ce99..631004fdc 100644 --- a/src/video/quartz/SDL_QuartzWM.m +++ b/src/video/quartz/SDL_QuartzWM.m @@ -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) {