summaryrefslogtreecommitdiff
path: root/desktop/gui.h
diff options
context:
space:
mode:
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