diff options
Diffstat (limited to 'saedit/main.h')
-rw-r--r-- | saedit/main.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/saedit/main.h b/saedit/main.h index f84ef5a..afa5a48 100644 --- a/saedit/main.h +++ b/saedit/main.h @@ -166,17 +166,11 @@ GtkWidget *source_view = NULL; GtkSourceBuffer *source_buffer = NULL; -//GList *imagesets = NULL; -//GList *actions = NULL; -//GList *animations = NULL; SAEInfo *gen_sae_info = NULL; SAEInfo *player = NULL; GdkPixbuf *icon = NULL; -//XMLNode *root = NULL; -//ImagesetInfo *imageset = NULL; -//guint running_animation = 0; Options *paths; Keys *config; |