Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
*** empty log message ***
  • Loading branch information
slouken committed Jan 22, 2002
1 parent c944e03 commit d2fe204
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/video/quartz/SDL_QuartzWM.m
Expand Up @@ -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) {
Expand Down

0 comments on commit d2fe204

Please sign in to comment.