mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-17 03:00:19 +00:00
Remove unnecessary use of void*
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user