ethumb: Remove unused strings

Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 80953
This commit is contained in:
José Roberto de Souza 2012-12-14 14:31:37 +00:00 committed by Lucas De Marchi
parent e9afafc21b
commit 3349f33c0b
2 changed files with 0 additions and 6 deletions

View File

@ -56,9 +56,6 @@ static const char _ethumb_dbus_bus_name[] = "org.enlightenment.Ethumb";
static const char _ethumb_dbus_interface[] = "org.enlightenment.Ethumb";
static const char _ethumb_dbus_objects_interface[] = "org.enlightenment.Ethumb.objects";
static const char _ethumb_dbus_path[] = "/org/enlightenment/Ethumb";
static const char fdo_interface[] = "org.freedesktop.DBus";
static const char fdo_bus_name[] = "org.freedesktop.DBus";
static const char fdo_path[] = "/org/freedesktop/DBus";
static int _log_domain = -1;

View File

@ -184,9 +184,6 @@ static const char _ethumb_dbus_bus_name[] = "org.enlightenment.Ethumb";
static const char _ethumb_dbus_interface[] = "org.enlightenment.Ethumb";
static const char _ethumb_dbus_objects_interface[] = "org.enlightenment.Ethumb.objects";
static const char _ethumb_dbus_path[] = "/org/enlightenment/Ethumb";
static const char fdo_interface[] = "org.freedesktop.DBus";
static const char fdo_bus_name[] = "org.freedesktop.DBus";
static const char fdo_path[] = "/org/freedesktop/DBus";
static int _initcount = 0;
static Eina_Hash *_exists_request = NULL;