diff options
Diffstat (limited to 'macosx/plugins/DFXVideo/macsrc')
| -rwxr-xr-x | macosx/plugins/DFXVideo/macsrc/PluginConfigController.m | 1 | ||||
| -rwxr-xr-x | macosx/plugins/DFXVideo/macsrc/PluginGLView.m | 2 | ||||
| -rwxr-xr-x | macosx/plugins/DFXVideo/macsrc/drawgl.m | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/macosx/plugins/DFXVideo/macsrc/PluginConfigController.m b/macosx/plugins/DFXVideo/macsrc/PluginConfigController.m index e4a54e9d..cc96f357 100755 --- a/macosx/plugins/DFXVideo/macsrc/PluginConfigController.m +++ b/macosx/plugins/DFXVideo/macsrc/PluginConfigController.m @@ -75,7 +75,6 @@ void AboutDlgProc() nil]]; } - void SoftDlgProc() { NSWindow *window; diff --git a/macosx/plugins/DFXVideo/macsrc/PluginGLView.m b/macosx/plugins/DFXVideo/macsrc/PluginGLView.m index ade33fcf..388049cf 100755 --- a/macosx/plugins/DFXVideo/macsrc/PluginGLView.m +++ b/macosx/plugins/DFXVideo/macsrc/PluginGLView.m @@ -223,7 +223,6 @@ void BlitScreen16NS(unsigned char * surf,long x,long y) #if !__has_feature(objc_arc) [glLock release]; - [super dealloc]; #endif } @@ -454,7 +453,6 @@ void BlitScreen16NS(unsigned char * surf,long x,long y) glutBitmapCharacter(GLUT_BITMAP_HELVETICA_12, szDispBuf[i]); } - glEnable(rect_texture ? GL_TEXTURE_RECTANGLE_EXT : GL_TEXTURE_2D); glPopMatrix(); } diff --git a/macosx/plugins/DFXVideo/macsrc/drawgl.m b/macosx/plugins/DFXVideo/macsrc/drawgl.m index f965817b..ae5ab6fb 100755 --- a/macosx/plugins/DFXVideo/macsrc/drawgl.m +++ b/macosx/plugins/DFXVideo/macsrc/drawgl.m @@ -175,7 +175,6 @@ void ShowTextGpuPic(void) // this is the default implementation... } - void HandleKey(int keycode) { switch (keycode) { |
