aboutsummaryrefslogtreecommitdiffstats
path: root/widget_gpo.c
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2007-01-20 13:52:43 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2007-01-20 13:52:43 +0000
commit812fa726f6b3f9f473e60d29d23eaabbf741d3cc (patch)
treeaa698e74426b93cf8109417b6ae801b9670d3a4a /widget_gpo.c
parent38b070776b2e3270e3cf6d353913429e3b11cbc9 (diff)
downloadlcd4linux-812fa726f6b3f9f473e60d29d23eaabbf741d3cc.tar.gz
GPO cleanup
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@751 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
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);