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