Commit 746edb20 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx/fspanel: remove some dead code

parent 2a1b91e4
......@@ -69,7 +69,6 @@
- (void)mouseDown: (NSEvent *)theEvent;
- (void)mouseDragged: (NSEvent *)theEvent;
- (BOOL)isDisplayed;
- (void)setVoutWasUpdated: (int)i_screen;
@end
......
......@@ -367,11 +367,6 @@
[self setFrameOrigin:point];
}
- (BOOL)isDisplayed
{
return b_displayed;
}
- (void)setVoutWasUpdated: (int)i_newdevice;
{
b_voutWasUpdated = YES;
......
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