mate-desktop / mate-power-manager

Power management tool for the MATE desktop
https://mate-desktop.org
GNU General Public License v2.0
59 stars 51 forks source link

gpm-kbd-backlight: Remove unused functions #346

Closed rbuj closed 4 years ago

rbuj commented 4 years ago
gpm-kbd-backlight.c:414:1: warning: ‘gpm_kbd_backlight_dbus_property_set’ defined but not used [-Wunused-function]
  414 | gpm_kbd_backlight_dbus_property_set (GDBusConnection *connection,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpm-kbd-backlight.c:391:1: warning: ‘gpm_kbd_backlight_dbus_property_get’ defined but not used [-Wunused-function]
  391 | gpm_kbd_backlight_dbus_property_get (GDBusConnection *connection,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpm-kbd-backlight.c:338:1: warning: ‘gpm_kbd_backlight_dbus_method_call’ defined but not used [-Wunused-function]
  338 | gpm_kbd_backlight_dbus_method_call (GDBusConnection *connection,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~