summaryrefslogtreecommitdiff
path: root/mate-volume-control/gvc-utils.h
diff options
context:
space:
mode:
authorMichal Ratajsky <[email protected]>2014-11-10 00:37:46 +0100
committerMichal Ratajsky <[email protected]>2014-11-10 00:37:46 +0100
commitc74020f5ef7d269fbff76bc09cdaa633389459fc (patch)
tree5cf0c1d33ef47040b7f4146b1ec015ef14d4c792 /mate-volume-control/gvc-utils.h
parent83839973d9a463296b8b19a310912ef40c1ac7d8 (diff)
downloadmate-media-c74020f5ef7d269fbff76bc09cdaa633389459fc.tar.bz2
mate-media-c74020f5ef7d269fbff76bc09cdaa633389459fc.tar.xz
Fix look of the peak meter on GTK3 and use a support function from libmate-desktop instead of custom copy&paste
Diffstat (limited to 'mate-volume-control/gvc-utils.h')
-rw-r--r--mate-volume-control/gvc-utils.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/mate-volume-control/gvc-utils.h b/mate-volume-control/gvc-utils.h
index 4eca7a7..b39abb0 100644
--- a/mate-volume-control/gvc-utils.h
+++ b/mate-volume-control/gvc-utils.h
@@ -31,12 +31,6 @@ const gchar *gvc_channel_position_to_pulse_string (MateMixerChannelPosition pos
const gchar *gvc_channel_position_to_pretty_string (MateMixerChannelPosition position);
const gchar *gvc_channel_map_to_pretty_string (MateMixerStreamControl *control);
-#if GTK_CHECK_VERSION (3, 0, 0)
-void gvc_color_shade (GdkRGBA *a,
- GdkRGBA *b,
- gdouble k);
-#endif
-
G_END_DECLS
#endif /* __GVC_HELPERS_H */