From 4e1614862656323690d92381c43836b13d396290 Mon Sep 17 00:00:00 2001 From: lokilee73 Date: Fri, 4 Dec 2020 10:06:33 +0900 Subject: [PATCH] Remove unused path and interface for low power Change-Id: I02dcb7b82c30c3c78a5af0c2ce204cff0c30b8ed Signed-off-by: lokilee73 --- src/libgdbus/dbus-system-iface.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/libgdbus/dbus-system-iface.h b/src/libgdbus/dbus-system-iface.h index d019fbe..98cd7de 100644 --- a/src/libgdbus/dbus-system-iface.h +++ b/src/libgdbus/dbus-system-iface.h @@ -69,9 +69,6 @@ /* Power service: set resetkey disable operations about power */ #define DEVICED_PATH_POWER DEVICED_OBJECT_PATH"/Power" #define DEVICED_INTERFACE_POWER DEVICED_INTERFACE_NAME".power" -/* Low Power service: start/stop low power mode */ -#define DEVICED_PATH_LOWPOWER DEVICED_OBJECT_PATH"/LowPower" -#define DEVICED_INTERFACE_LOWPOWER DEVICED_INTERFACE_NAME".lowpower" /* Storage service: get storage size operatioins about storage */ #define DEVICED_PATH_STORAGE DEVICED_OBJECT_PATH"/Storage" #define DEVICED_INTERFACE_STORAGE DEVICED_INTERFACE_NAME".storage" -- 2.34.1