diff options
author | rbuj <[email protected]> | 2021-01-21 21:49:46 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-02 13:26:32 +0100 |
commit | cdad7b16dfa438adb2781fc62e7a23a6bc285354 (patch) | |
tree | b30d116161e25e9b9b33d93a01e332bd73647f2b | |
parent | 08ae7f773ffe8f72795ee84a1c5d854554298314 (diff) | |
download | mate-settings-daemon-cdad7b16dfa438adb2781fc62e7a23a6bc285354.tar.bz2 mate-settings-daemon-cdad7b16dfa438adb2781fc62e7a23a6bc285354.tar.xz |
cppcheck warning: struct member is never used
-rw-r--r-- | plugins/sound/msd-sound-manager.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/sound/msd-sound-manager.c b/plugins/sound/msd-sound-manager.c index c817e29..1bcdef9 100644 --- a/plugins/sound/msd-sound-manager.c +++ b/plugins/sound/msd-sound-manager.c @@ -45,8 +45,10 @@ struct MsdSoundManagerPrivate { +#ifdef HAVE_PULSE GSettings *settings; GList* monitors; +#endif /* HAVE_PULSE */ guint timeout; }; |