This is an automated email from the git hooks/post-receive script. bluesabre pushed a commit to branch master in repository apps/xfce4-volumed-pulse.
commit b8d6cbb2f0d1aa0407b88f1f32e3a2dc93d433cb Author: Simon Steinbeiss <[email protected]> Date: Sun Sep 11 22:59:27 2016 +0200 Drop leftovers of xfce4-mixer channel --- src/xvd_data_types.h | 1 - src/xvd_xfconf.c | 1 - 2 files changed, 2 deletions(-) diff --git a/src/xvd_data_types.h b/src/xvd_data_types.h index d791f51..b3f948a 100644 --- a/src/xvd_data_types.h +++ b/src/xvd_data_types.h @@ -72,7 +72,6 @@ typedef struct { int mic_mute; /* Xfconf vars */ - XfconfChannel *chan; XfconfChannel *settings; guint vol_step; diff --git a/src/xvd_xfconf.c b/src/xvd_xfconf.c index ae9e728..2040317 100644 --- a/src/xvd_xfconf.c +++ b/src/xvd_xfconf.c @@ -66,7 +66,6 @@ xvd_xfconf_init(XvdInstance *Inst) g_warning ("Couldn't initialize the volume-step-size property (default: 5)."); } - //Inst->mixer_chan = xfconf_channel_get (XFCONF_MIXER_CHANNEL_NAME); g_signal_connect (G_OBJECT (Inst->settings), "property-changed", G_CALLBACK (_xvd_xfconf_handle_changes), Inst); return TRUE; -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
