mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2025-12-20 06:40:04 +01:00
up-tool: remove unused variables
This commit is contained in:
parent
fc27cbd5cb
commit
a037cffdee
1 changed files with 0 additions and 2 deletions
|
|
@ -120,7 +120,6 @@ up_client_print (UpClient *client)
|
||||||
{
|
{
|
||||||
gchar *daemon_version;
|
gchar *daemon_version;
|
||||||
gboolean on_battery;
|
gboolean on_battery;
|
||||||
UpDeviceLevel warning_level;
|
|
||||||
gboolean lid_is_closed;
|
gboolean lid_is_closed;
|
||||||
gboolean lid_is_present;
|
gboolean lid_is_present;
|
||||||
char *action;
|
char *action;
|
||||||
|
|
@ -166,7 +165,6 @@ static gboolean
|
||||||
up_tool_do_monitor (UpClient *client)
|
up_tool_do_monitor (UpClient *client)
|
||||||
{
|
{
|
||||||
GPtrArray *devices;
|
GPtrArray *devices;
|
||||||
GError *error = NULL;
|
|
||||||
guint i;
|
guint i;
|
||||||
|
|
||||||
g_print ("Monitoring activity from the power daemon. Press Ctrl+C to cancel.\n");
|
g_print ("Monitoring activity from the power daemon. Press Ctrl+C to cancel.\n");
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue