changeset 32898:eeb36d798219

Limit scope of internally used appClearItem().
author ib
date Mon, 28 Feb 2011 13:29:36 +0000
parents 14af78beac02
children 7104e2b2b648
files gui/app.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gui/app.c	Mon Feb 28 13:25:45 2011 +0000
+++ b/gui/app.c	Mon Feb 28 13:29:36 2011 +0000
@@ -81,7 +81,7 @@
 
 static const int evBoxs = sizeof(evNames) / sizeof(evName);
 
-void appClearItem(wItem *item)
+static void appClearItem(wItem *item)
 {
     item->type             = 0;
     item->x                = 0;