diff options
author | Vasily_Makarov <danilka.pro@gmail.com> | 2011-06-10 13:26:54 +0400 |
---|---|---|
committer | Vasily_Makarov <danilka.pro@gmail.com> | 2011-06-10 13:26:54 +0400 |
commit | f9fd4817f126805eff154c4ca98f9df8f9bfd703 (patch) | |
tree | 01ceee72b48c31fba76c6395ad271b818d3e4632 | |
parent | 51fab8e85fe2a31ba292cc5305f5915e69601f46 (diff) | |
download | evol-tools-f9fd4817f126805eff154c4ca98f9df8f9bfd703.tar.gz evol-tools-f9fd4817f126805eff154c4ca98f9df8f9bfd703.tar.bz2 evol-tools-f9fd4817f126805eff154c4ca98f9df8f9bfd703.tar.xz evol-tools-f9fd4817f126805eff154c4ca98f9df8f9bfd703.zip |
saedit: Remove extra comments
-rw-r--r-- | saedit/main.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/saedit/main.h b/saedit/main.h index 12f5f5a..345cc23 100644 --- a/saedit/main.h +++ b/saedit/main.h @@ -64,9 +64,6 @@ GtkWidget *actionscombobox = NULL; GtkWidget *animationscombobox = NULL; GtkSourceBuffer *sbuf = NULL; -//GdkPixbuf *spriteset = NULL; -//GdkPixbuf *ground = NULL; - GList *imagesets = NULL; GList *actions = NULL; GList *animations = NULL; |