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