Commit 31ef2342 authored by David Fuhrmann's avatar David Fuhrmann Committed by Felix Paul Kühne

macosx vout: remove now unused method

(cherry picked from commit 6999ff1d9b4d9e858b81dc1761bd1bf816143438)
Signed-off-by: default avatarFelix Paul Kühne <fkuehne@videolan.org>
parent 7c02dbf8
......@@ -618,11 +618,6 @@ static void OpenglSwap(vlc_gl_t *gl)
glClear(GL_COLOR_BUFFER_BIT);
}
- (void)reshapeView:(id)sender
{
[self reshape];
}
/**
* 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