mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
[qwaq] Remove useless protocols
The HandleEvent protocols wound up being unnecessary.
This commit is contained in:
parent
1d6843d7f0
commit
47b8f8dd6a
1 changed files with 0 additions and 16 deletions
|
@ -67,20 +67,4 @@ typedef struct qwaq_event_s {
|
|||
};
|
||||
} qwaq_event_t;
|
||||
|
||||
#ifdef __QFCC__ // don't want C gcc to see this :)
|
||||
@protocol HandleEvent
|
||||
-handleEvent: (struct qwaq_event_s *) event;
|
||||
@end
|
||||
|
||||
@protocol HandleFocusedEvent <HandleEvent>
|
||||
-takeFocus;
|
||||
-loseFocus;
|
||||
@end
|
||||
|
||||
@protocol HandleMouseEvent <HandleEvent>
|
||||
-(struct Rect_s *)getRect;
|
||||
@end
|
||||
|
||||
#endif
|
||||
|
||||
#endif//__qwaq_event_h
|
||||
|
|
Loading…
Reference in a new issue