Remove unnecessary use of void*

This commit is contained in:
TingPing
2014-12-31 03:36:02 -05:00
parent 9f7444baa2
commit 6ef7298870
3 changed files with 5 additions and 5 deletions

View File

@@ -108,7 +108,7 @@ typedef struct restore_gui
void *tab; /* (chan *) */
/* information stored when this tab isn't front-most */
void *user_model; /* for filling the GtkTreeView */
GtkListStore *user_model; /* for filling the GtkTreeView */
void *buffer; /* xtext_Buffer */
char *input_text; /* input text buffer (while not-front tab) */
char *topic_text; /* topic GtkEntry buffer */