aboutsummaryrefslogtreecommitdiffstats
path: root/widget_gpo.c
diff options
context:
space:
mode:
Diffstat (limited to 'widget_gpo.c')
-rw-r--r--widget_gpo.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/widget_gpo.c b/widget_gpo.c
index 4b92571..3ac7a4e 100644
--- a/widget_gpo.c
+++ b/widget_gpo.c
@@ -59,9 +59,6 @@ void widget_gpo_update(void *Self)
property_eval(&GPO->expression);
property_eval(&GPO->update);
- GPO->num = W->row;
- GPO->val = P2N(&GPO->expression);
-
/* finally, draw it! */
if (W->class->draw)
W->class->draw(W);