diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-06-28 10:11:02 +0000 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-06-28 10:11:02 +0000 |
| commit | 924c77b1548936037cb65f2bec0ce7d29c3277ea (patch) | |
| tree | bc7cfe94556a91fda6a1daee231c172b89531f55 /shell/panel.h | |
| parent | f19b00ed0d4f8445e33ea77dea72199b5d455c3c (diff) | |
| download | graynard-924c77b1548936037cb65f2bec0ce7d29c3277ea.tar.gz graynard-924c77b1548936037cb65f2bec0ce7d29c3277ea.zip | |
remove app launcher and system/volume buttons
Diffstat (limited to 'shell/panel.h')
| -rw-r--r-- | shell/panel.h | 7 |
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__ */ |
