summaryrefslogtreecommitdiff
path: root/battstat/power-management.c
diff options
context:
space:
mode:
Diffstat (limited to 'battstat/power-management.c')
-rw-r--r--battstat/power-management.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/battstat/power-management.c b/battstat/power-management.c
index 2b6d35a0..de3ffe09 100644
--- a/battstat/power-management.c
+++ b/battstat/power-management.c
@@ -292,9 +292,6 @@ static int acpi_count;
static int acpiwatch;
static struct apm_info apminfo;
-/* Declared in acpi-linux.c */
-gboolean acpi_linux_read(struct apm_info *apminfo, struct acpi_info *acpiinfo);
-
static gboolean acpi_callback (GIOChannel * chan, GIOCondition cond, gpointer data)
{
if (cond & (G_IO_ERR | G_IO_HUP)) {