diff options
author | monsta <[email protected]> | 2016-01-10 00:22:33 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-01-10 00:22:33 +0300 |
commit | e528903ed141f0a85e7c1ebb78d49d175214aa0d (patch) | |
tree | b2f60627161947c2e7f97338c1091a0cb52e5754 /plugins | |
parent | 5d6d094564859c993d19a1e37ac69cd78eae80d0 (diff) | |
download | mate-settings-daemon-e528903ed141f0a85e7c1ebb78d49d175214aa0d.tar.bz2 mate-settings-daemon-e528903ed141f0a85e7c1ebb78d49d175214aa0d.tar.xz |
mouse: remove unused variable
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mouse/msd-timeline.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/mouse/msd-timeline.c b/plugins/mouse/msd-timeline.c index 586e81b..87c8079 100644 --- a/plugins/mouse/msd-timeline.c +++ b/plugins/mouse/msd-timeline.c @@ -237,10 +237,8 @@ msd_timeline_set_property (GObject *object, GParamSpec *pspec) { MsdTimeline *timeline; - MsdTimelinePriv *priv; timeline = MSD_TIMELINE (object); - priv = MSD_TIMELINE_GET_PRIV (timeline); switch (prop_id) { |