Don't allow hiding windows as Cocoa can only hide the whole application.

This commit is contained in:
Jonathan Schleifer 2012-01-08 16:15:13 +01:00
parent 409a082498
commit 50f314d6b5
3 changed files with 0 additions and 12 deletions

View file

@ -105,11 +105,6 @@ willClose(GtkWidget *widget, GdkEvent *event, gpointer data)
gtk_widget_show_all(widget);
}
- (void)hide
{
gtk_widget_hide(widget);
}
- (BOOL)OG_willClose
{
OFAutoreleasePool *pool = [OFAutoreleasePool new];