Remove unused function declaration.

This commit is contained in:
Michael Drake 2013-07-17 11:42:42 +01:00
parent 5aed142560
commit 9ac58865a7
1 changed files with 0 additions and 4 deletions

View File

@ -80,8 +80,4 @@ struct core_window_callback_table {
};
void core_window_draw(struct core_window *cw, int x, int y, struct rect r,
const struct redraw_context *ctx);
#endif