[lasem] properties: remove unused variable.
- From: Emmanuel Pacaud <emmanuel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [lasem] properties: remove unused variable.
- Date: Sun, 16 Oct 2011 22:10:09 +0000 (UTC)
commit c6a72f75a0558adbf4c7cef3688adf5898484855
Author: Emmanuel Pacaud <emmanuel gnome org>
Date: Sun Oct 16 23:57:08 2011 +0200
properties: remove unused variable.
src/lsmproperties.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/lsmproperties.c b/src/lsmproperties.c
index ad6ee7f..c2e5e18 100644
--- a/src/lsmproperties.c
+++ b/src/lsmproperties.c
@@ -307,10 +307,6 @@ lsm_property_manager_apply_property_bag (LsmPropertyManager *manager,
property = iter->data;
if (property->id < manager->n_properties) {
- const LsmPropertyInfos *property_infos;
-
- property_infos = &manager->property_infos[property->id];
-
if (g_strcmp0 (property->value, "inherit") != 0)
*((LsmProperty **) ((void*) style
+ LSM_PROPERTY_ID_TO_OFFSET (property->id))) = property;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]