mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-02-02 00:20:30 +01:00
daemon: Remove 2 undefined functions from headers
up_daemon_get_on_battery() and up_daemon_get_warning_level() weren't defined or used anywhere.
This commit is contained in:
parent
8bf9ae0eef
commit
19fdd684fa
1 changed files with 0 additions and 4 deletions
|
|
@ -97,10 +97,6 @@ void up_daemon_emit_properties_changed (DBusGConnection *gconnection,
|
|||
/* exported */
|
||||
gboolean up_daemon_enumerate_devices (UpDaemon *daemon,
|
||||
DBusGMethodInvocation *context);
|
||||
gboolean up_daemon_get_on_battery (UpDaemon *daemon,
|
||||
DBusGMethodInvocation *context);
|
||||
guint up_daemon_get_warning_level (UpDaemon *daemon,
|
||||
DBusGMethodInvocation *context);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue