From 6f33f9d82343fc95b3131a0ef9f859546e069992 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Thu, 3 Jun 2010 19:27:44 +0000 Subject: [PATCH] Cleanup todo. SVN revision: 49419 --- src/bin/e_acpi.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/bin/e_acpi.c b/src/bin/e_acpi.c index 6330554..88a27a1 100644 --- a/src/bin/e_acpi.c +++ b/src/bin/e_acpi.c @@ -8,7 +8,6 @@ * Find someone with a WIFI that actually emits ACPI events and add/debug the * E_EVENT_ACPI for wifi. * - * Add e_actions for bindings. */ /* local structures */ @@ -33,7 +32,7 @@ static Eina_List *_e_acpid_hdls = NULL; static Eina_Hash *_e_acpid_devices = NULL; static ACPIDevice _devices[] = { - /* DO NOT TRANSLATE THESE. */ + /* NB: DO NOT TRANSLATE THESE. */ /* standardized ACPI device name, corresponding E_ACPI_TYPE */ {"ac_adapter", E_ACPI_TYPE_AC_ADAPTER}, {"battery", E_ACPI_TYPE_BATTERY}, -- 2.7.4