Remove ogk_event_type_t, which was unused anyway.
This commit is contained in:
parent
f32ef7ee28
commit
167158b541
1 changed files with 0 additions and 4 deletions
|
@ -22,10 +22,6 @@
|
|||
|
||||
#import <ObjFW/ObjFW.h>
|
||||
|
||||
typedef enum ogk_event_type_t {
|
||||
OGK_EVENT_TYPE_CLOSE = 1
|
||||
} ogk_event_type_t;
|
||||
|
||||
@interface OGKEvent: OFObject
|
||||
{
|
||||
ALLEGRO_EVENT event;
|
||||
|
|
Reference in a new issue