summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-07-17 11:42:42 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-07-17 11:42:42 +0100
commit9ac58865a79c575ff5636614a18b828eaa4d4b4a (patch)
tree69bc5647fae9e9887f7b3d9fc18831d7e5173753
parent5aed1425609557573346675bda9be7ed3c0d5362 (diff)
downloadnetsurf-9ac58865a79c575ff5636614a18b828eaa4d4b4a.tar.gz
netsurf-9ac58865a79c575ff5636614a18b828eaa4d4b4a.tar.bz2
Remove unused function declaration.
-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