summaryrefslogtreecommitdiff
path: root/gtk/theme.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-03-08 15:45:28 +0000
committerVincent Sanders <vince@kyllikki.org>2016-03-08 15:45:28 +0000
commit5e604235e48602401dae00c4373d0d9346960504 (patch)
tree7ea0ff5d3b6c73cf644ab21899a4d0c2806b9173 /gtk/theme.h
parent6991a42cdd00efa5d5981a3780c2bd3521e4627e (diff)
downloadnetsurf-5e604235e48602401dae00c4373d0d9346960504.tar.gz
netsurf-5e604235e48602401dae00c4373d0d9346960504.tar.bz2
Initial pass removing gtk frontend theme code
Diffstat (limited to 'gtk/theme.h')
-rw-r--r--gtk/theme.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk/theme.h b/gtk/theme.h
index 32a7ffcdb..5c14d8179 100644
--- a/gtk/theme.h
+++ b/gtk/theme.h
@@ -33,11 +33,6 @@ struct nsgtk_theme {
};
struct nsgtk_theme *nsgtk_theme_load(GtkIconSize s);
-void nsgtk_theme_add(const char *themename);
-void nsgtk_theme_init(void);
-void nsgtk_theme_prepare(void);
void nsgtk_theme_implement(struct nsgtk_scaffolding *g);
-char *nsgtk_theme_name(void);
-void nsgtk_theme_set_name(const char *name);
#endif