Removed two unused function declarations
This commit is contained in:
parent
ac77c3226e
commit
52421672e1
1 changed files with 0 additions and 4 deletions
|
@ -37,10 +37,6 @@ void set(CURSOR_TYPE type = NUM_CURSORS);
|
|||
void set_dragging(bool drag);
|
||||
CURSOR_TYPE get();
|
||||
|
||||
// These aren't used, but leaving the prototypes doesn't hurt and allows avoiding an SDL include
|
||||
void draw(surface screen);
|
||||
void undraw(surface screen);
|
||||
|
||||
void set_focus(bool focus);
|
||||
|
||||
struct setter
|
||||
|
|
Loading…
Add table
Reference in a new issue