From ff454680f4f68bb38a587589e757bf15222b36ca Mon Sep 17 00:00:00 2001
From: jmasterx <joshua_larouche@hotmail.com>
Date: Mon, 16 Feb 2015 21:30:58 -0500
Subject: [PATCH] This removes a call to a selector that no longer exists:
 remove_observer.

---
 src/iphone/allegroAppDelegate.m | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/iphone/allegroAppDelegate.m b/src/iphone/allegroAppDelegate.m
index 5aa184d..0bc0321 100644
--- a/src/iphone/allegroAppDelegate.m
+++ b/src/iphone/allegroAppDelegate.m
@@ -111,8 +111,6 @@ void _al_iphone_destroy_screen(ALLEGRO_DISPLAY *display)
       global_delegate->main_display = NULL;
    }
 
-   [(EAGLView *)d->extra->vc.view remove_observers];
-
    al_free(d->extra);
 }
 
-- 
1.9.2.msysgit.0

