summaryrefslogtreecommitdiff
path: root/desktop/gui.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2014-01-10 14:32:29 +0000
committerVincent Sanders <vince@netsurf-browser.org>2014-01-10 14:32:29 +0000
commit277bcec7c6234823390903087dd553c9838c013c (patch)
treecb2e7af25272b3acce344756da5f6bc58c7c341a /desktop/gui.h
parentb415c2f9ff8ff4938343237f50c97f31ce6d5a95 (diff)
downloadnetsurf-277bcec7c6234823390903087dd553c9838c013c.tar.gz
netsurf-277bcec7c6234823390903087dd553c9838c013c.tar.bz2
stop system colours being anything to do with frontends
Diffstat (limited to 'desktop/gui.h')
-rw-r--r--desktop/gui.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/desktop/gui.h b/desktop/gui.h
index 26a9f4b43..9317e8576 100644
--- a/desktop/gui.h
+++ b/desktop/gui.h
@@ -169,13 +169,4 @@ void gui_cert_verify(nsurl *url, const struct ssl_cert_info *certs,
*/
nsurl* gui_get_resource_url(const char *path);
-/** css callback to obtain named system colours from a frontend. */
-css_error gui_system_colour(void *pw, lwc_string *name, css_color *color);
-
-/** Obtain a named system colour from a frontend. */
-colour gui_system_colour_char(const char *name);
-
-bool gui_system_colour_init(void);
-void gui_system_colour_finalize(void);
-
#endif