summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/node.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/node.c b/src/node.c
index b6d431c..4b4a72d 100644
--- a/src/node.c
+++ b/src/node.c
@@ -187,8 +187,6 @@ ganv_node_get_property(GObject* object,
GanvNode* node = GANV_NODE(object);
GanvNodeImpl* impl = node->impl;
- typedef char* gstring;
-
switch (prop_id) {
GET_CASE(PARTNER, object, impl->partner);
GET_CASE(LABEL, string, impl->label->impl->text);