From 52421672e1cf36739cd99374a5c298e36b5766f0 Mon Sep 17 00:00:00 2001 From: Charles Dang Date: Tue, 5 Dec 2017 12:30:32 +1100 Subject: [PATCH] Removed two unused function declarations --- src/cursor.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/cursor.hpp b/src/cursor.hpp index fe568ead0db..a8080998516 100644 --- a/src/cursor.hpp +++ b/src/cursor.hpp @@ -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