Commit 6999ff1d authored by David Fuhrmann's avatar David Fuhrmann

macosx vout: remove now unused method

parent 4a1c818c
...@@ -604,11 +604,6 @@ static void OpenglSwap(vlc_gl_t *gl) ...@@ -604,11 +604,6 @@ static void OpenglSwap(vlc_gl_t *gl)
glClear(GL_COLOR_BUFFER_BIT); glClear(GL_COLOR_BUFFER_BIT);
} }
- (void)reshapeView:(id)sender
{
[self reshape];
}
/** /**
* Method called by Cocoa when the view is resized. * Method called by Cocoa when the view is resized.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment