Austin Terrell / Menu
Revision:
3:3c6551467d77
Parent:
2:2654dc659298
--- a/Selection.h	Tue Mar 05 21:24:37 2013 +0000
+++ b/Selection.h	Tue Dec 03 19:37:11 2019 +0000
@@ -10,12 +10,10 @@
         
     public:
         void (*fun)();   // pointer to a function to execute 
-        char* selText;   // selection text
-        int pos;         // selection position
+        char *selText;   // selection text
         Menu *childMenu; 
         
-        Selection(void (*)(), int, Menu *, char *); 
-         
+        Selection(void (*)(), Menu *, char *); 
 };
 
 #endif 
\ No newline at end of file