diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-05-31 13:08:27 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-05-31 13:08:27 -0500 |
commit | 97867c31fd3f4767fe891de31786b7b32d6dd35a (patch) | |
tree | 3a00b99e24b60415752b30dc146a9ce3589c9416 /src/device.h | |
parent | b18b5862fb4e69773bf89328f4c65fdd344d8f1a (diff) | |
download | ayatana-indicator-power-97867c31fd3f4767fe891de31786b7b32d6dd35a.tar.gz ayatana-indicator-power-97867c31fd3f4767fe891de31786b7b32d6dd35a.tar.bz2 ayatana-indicator-power-97867c31fd3f4767fe891de31786b7b32d6dd35a.zip |
remove IndicatorPowerDevice's now-unused device icon string.
Diffstat (limited to 'src/device.h')
-rw-r--r-- | src/device.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/device.h b/src/device.h index 9b82830..11cd83b 100644 --- a/src/device.h +++ b/src/device.h @@ -43,7 +43,6 @@ typedef struct _IndicatorPowerDevicePrivate IndicatorPowerDevicePrivate; #define INDICATOR_POWER_DEVICE_KIND "indicator-power-device-kind" #define INDICATOR_POWER_DEVICE_STATE "indicator-power-device-state" #define INDICATOR_POWER_DEVICE_OBJECT_PATH "indicator-power-device-object-path" -#define INDICATOR_POWER_DEVICE_ICON "indicator-power-device-icon" #define INDICATOR_POWER_DEVICE_PERCENTAGE "indicator-power-device-percentage" #define INDICATOR_POWER_DEVICE_TIME "indicator-power-device-time" @@ -75,7 +74,6 @@ GType indicator_power_device_get_type (void); IndicatorPowerDevice* indicator_power_device_new (const gchar * object_path, UpDeviceKind kind, - const gchar * icon, gdouble percentage, UpDeviceState state, time_t time); @@ -90,7 +88,6 @@ IndicatorPowerDevice* indicator_power_device_new_from_variant (GVariant * varian UpDeviceKind indicator_power_device_get_kind (const IndicatorPowerDevice * device); UpDeviceState indicator_power_device_get_state (const IndicatorPowerDevice * device); const gchar * indicator_power_device_get_object_path (const IndicatorPowerDevice * device); -const gchar * indicator_power_device_get_icon (const IndicatorPowerDevice * device); gdouble indicator_power_device_get_percentage (const IndicatorPowerDevice * device); time_t indicator_power_device_get_time (const IndicatorPowerDevice * device); |