Removed two unused function declarations

This commit is contained in:
Charles Dang 2017-12-05 12:30:32 +11:00
parent ac77c3226e
commit 52421672e1

View file

@ -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