diff options
author | Javier Jardón <javier.jardon@codethink.co.uk> | 2011-06-28 16:03:17 +0100 |
---|---|---|
committer | Javier Jardón <javier.jardon@codethink.co.uk> | 2011-06-28 16:03:17 +0100 |
commit | ce435ff834bafc56e36306965b08e3a0627ad03d (patch) | |
tree | 3501971c80b9a119016f43f2387bf223721febee /src | |
parent | a7497869e9014f6c7e13d7c1f2bb929b738fef38 (diff) | |
download | ayatana-indicator-power-ce435ff834bafc56e36306965b08e3a0627ad03d.tar.gz ayatana-indicator-power-ce435ff834bafc56e36306965b08e3a0627ad03d.tar.bz2 ayatana-indicator-power-ce435ff834bafc56e36306965b08e3a0627ad03d.zip |
Remove libido dependency
We do not need this for now
Diffstat (limited to 'src')
-rw-r--r-- | src/indicator-power.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/indicator-power.c b/src/indicator-power.c index 8685d80..c490ab1 100644 --- a/src/indicator-power.c +++ b/src/indicator-power.c @@ -34,7 +34,6 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #include <libindicator/indicator-object.h> #include <libindicator/indicator-service-manager.h> #include <libindicator/indicator-image-helper.h> -#include <libido/libido.h> #include "dbus-shared-names.h" @@ -77,7 +76,6 @@ struct _IndicatorPowerPrivate GCancellable *service_proxy_cancel; GDBusProxy *service_proxy; - IdoCalendarMenuItem *ido_entry; }; /* Prototypes */ |