summaryrefslogtreecommitdiffstats
path: root/src/applet/applet_gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/applet/applet_gtk.h')
-rw-r--r--src/applet/applet_gtk.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/applet/applet_gtk.h b/src/applet/applet_gtk.h
index ca1a39c7..a8037951 100644
--- a/src/applet/applet_gtk.h
+++ b/src/applet/applet_gtk.h
@@ -58,8 +58,6 @@ void hide_icon(struct applet *applet);
void set_icon_tooltip(struct applet *applet, const char *format, ...);
void show_crash_notification(struct applet *applet, const char* crash_dir, const char *format, ...);
void show_msg_notification(struct applet *applet, const char *format, ...);
-void disable(struct applet *applet, const char *reason);
-void enable(struct applet *applet, const char *reason);
#ifdef __cplusplus
}