summaryrefslogtreecommitdiff
path: root/shell/panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/panel.h')
-rw-r--r--shell/panel.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/shell/panel.h b/shell/panel.h
index 957fd9d..c0b70f2 100644
--- a/shell/panel.h
+++ b/shell/panel.h
@@ -52,8 +52,6 @@ struct MaynardPanelClass
typedef enum {
MAYNARD_PANEL_BUTTON_NONE,
- MAYNARD_PANEL_BUTTON_SYSTEM,
- MAYNARD_PANEL_BUTTON_VOLUME
} MaynardPanelButton;
GType maynard_panel_get_type (void) G_GNUC_CONST;
@@ -62,9 +60,4 @@ GtkWidget * maynard_panel_new (void);
void maynard_panel_set_expand (MaynardPanel *self, gboolean expand);
-void maynard_panel_show_previous (MaynardPanel *self, MaynardPanelButton button);
-
-void maynard_panel_set_volume_icon_name (MaynardPanel *self,
- const gchar *icon_name);
-
#endif /* __MAYNARD_PANEL_H__ */