summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFXVideo/macsrc/drawgl.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/plugins/DFXVideo/macsrc/drawgl.m')
-rwxr-xr-xmacosx/plugins/DFXVideo/macsrc/drawgl.m2
1 files changed, 0 insertions, 2 deletions
diff --git a/macosx/plugins/DFXVideo/macsrc/drawgl.m b/macosx/plugins/DFXVideo/macsrc/drawgl.m
index 3f768307..97cdf52d 100755
--- a/macosx/plugins/DFXVideo/macsrc/drawgl.m
+++ b/macosx/plugins/DFXVideo/macsrc/drawgl.m
@@ -23,7 +23,6 @@
#include "draw.h"
#include "gpu.h"
#include "menu.h"
-#include "ARCBridge.h"
////////////////////////////////////////////////////////////////////////////////////
// misc globals
@@ -133,7 +132,6 @@ void CloseDisplay(void)
{
if (gameController) {
[gameController close];
- RELEASEOBJ(gameController);
gameController = nil;
gameWindow = nil;
}