After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 788933 - common: Drop an unused static function
common: Drop an unused static function
Status: RESOLVED FIXED
Product: gnome-settings-daemon
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-settings-daemon-maint
gnome-settings-daemon-maint
Depends on:
Blocks:
 
 
Reported: 2017-10-13 12:09 UTC by Philip Withnall
Modified: 2017-10-13 14:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
common: Drop an unused static function (1.45 KB, patch)
2017-10-13 12:09 UTC, Philip Withnall
committed Details | Review

Description Philip Withnall 2017-10-13 12:09:24 UTC
Trivial patch attached.
Comment 1 Philip Withnall 2017-10-13 12:09:28 UTC
Created attachment 361507 [details] [review]
common: Drop an unused static function

The last call site to it was dropped in commit 4db56864; this just fixes
a compiler warning about the unused function.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
Comment 2 Rui Matos 2017-10-13 14:28:46 UTC
Review of attachment 361507 [details] [review]:

sure
Comment 3 Philip Withnall 2017-10-13 14:58:53 UTC
Attachment 361507 [details] pushed as 76c80d0 - common: Drop an unused static function