From 812fa726f6b3f9f473e60d29d23eaabbf741d3cc Mon Sep 17 00:00:00 2001 From: michael Date: Sat, 20 Jan 2007 13:52:43 +0000 Subject: GPO cleanup git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@751 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- widget_gpo.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'widget_gpo.c') 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); -- cgit v1.2.3