diff gui/app.h @ 32926:7c205a5c2a9b

Remove parameter from appInitStruct() function. Since there is only one listItems structure variable (the global appMPlayer), there is no need to pass it to the function.
author ib
date Thu, 03 Mar 2011 13:13:20 +0000
parents 8661ae44ef39
children edb972e22021
line wrap: on
line diff
--- a/gui/app.h	Thu Mar 03 12:30:50 2011 +0000
+++ b/gui/app.h	Thu Mar 03 13:13:20 2011 +0000
@@ -189,7 +189,7 @@
 extern listItems appMPlayer;
 
 int appFindMessage(unsigned char *);
-void appInitStruct(listItems *);
+void appInitStruct(void);
 void btnModify(int, float);
 void btnSet(int, int);