summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop/core_window.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/desktop/core_window.h b/desktop/core_window.h
index 8f53d9600..6138f49e3 100644
--- a/desktop/core_window.h
+++ b/desktop/core_window.h
@@ -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