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

avoid redundant redeclarations #312

Closed sc0w closed 4 years ago

sc0w commented 4 years ago

Fixes the warnings:

brightness-applet.c:81:37: warning: redundant redeclaration of 'gpm_brightness_applet_init' [-Wredundant-decls]
brightness-applet.c:81:37: warning: redundant redeclaration of 'gpm_brightness_applet_class_init' [-Wredundant-decls]
inhibit-applet.c:75:34: warning: redundant redeclaration of 'gpm_inhibit_applet_init' [-Wredundant-decls]
inhibit-applet.c:75:34: warning: redundant redeclaration of 'gpm_inhibit_applet_class_init' [-Wredundant-decls]