summaryrefslogtreecommitdiff
path: root/plugins/media-keys/msd-media-keys-window.h
diff options
context:
space:
mode:
authorZhang Xianwei <[email protected]>2018-11-06 11:34:51 +0800
committerraveit65 <[email protected]>2018-11-10 17:28:49 +0100
commitea4ab83ceee857effdf90f79f00ec9335a5181a5 (patch)
tree878ebb4a33ba6d1ac8c3186485f569a60eb5a393 /plugins/media-keys/msd-media-keys-window.h
parent4971d1914fd91c2403b4d7405969899200a4ccaa (diff)
downloadmate-settings-daemon-ea4ab83ceee857effdf90f79f00ec9335a5181a5.tar.bz2
mate-settings-daemon-ea4ab83ceee857effdf90f79f00ec9335a5181a5.tar.xz
media-keys: Remove unuseful show_level argument in msd_media_keys_window_set_action_custom
Since brightness OSD has been moved to m-p-m, there is no any situation to use show_level in msd_media_keys_window_set_action_custom, should remove this argument. Signed-off-by: Zhang Xianwei <[email protected]>
Diffstat (limited to 'plugins/media-keys/msd-media-keys-window.h')
-rw-r--r--plugins/media-keys/msd-media-keys-window.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/media-keys/msd-media-keys-window.h b/plugins/media-keys/msd-media-keys-window.h
index 0a3fd01..51489ad 100644
--- a/plugins/media-keys/msd-media-keys-window.h
+++ b/plugins/media-keys/msd-media-keys-window.h
@@ -63,8 +63,7 @@ GtkWidget * msd_media_keys_window_new (void);
void msd_media_keys_window_set_action (MsdMediaKeysWindow *window,
MsdMediaKeysWindowAction action);
void msd_media_keys_window_set_action_custom (MsdMediaKeysWindow *window,
- const char *icon_name,
- gboolean show_level);
+ const char *icon_name);
void msd_media_keys_window_set_volume_muted (MsdMediaKeysWindow *window,
gboolean muted);
void msd_media_keys_window_set_volume_level (MsdMediaKeysWindow *window,