summaryrefslogtreecommitdiff
path: root/saedit/main.h
diff options
context:
space:
mode:
authorVasily_Makarov <danilka.pro@gmail.com>2011-06-10 17:31:18 +0400
committerVasily_Makarov <danilka.pro@gmail.com>2011-06-10 17:31:18 +0400
commit812e57f84346474da4712de6c821e32d11907a6e (patch)
tree643e6cd57efc2acde7436b533ec83dc8ee4edc8b /saedit/main.h
parent7aa809718e77504d9ebccde25c3f06770f768384 (diff)
downloadtools-812e57f84346474da4712de6c821e32d11907a6e.tar.gz
tools-812e57f84346474da4712de6c821e32d11907a6e.tar.bz2
tools-812e57f84346474da4712de6c821e32d11907a6e.tar.xz
tools-812e57f84346474da4712de6c821e32d11907a6e.zip
saedit: Remove open button and change grid color to gray
Diffstat (limited to 'saedit/main.h')
-rw-r--r--saedit/main.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/saedit/main.h b/saedit/main.h
index 53314f0..5c37058 100644
--- a/saedit/main.h
+++ b/saedit/main.h
@@ -59,7 +59,6 @@ GtkWidget *darea = NULL;
GtkWidget *datafoldcbutton = NULL;
GtkWidget *xmlfcbutton = NULL;
GtkWidget *xmlfsbutton = NULL;
-GtkWidget *xmlfobutton = NULL;
GtkWidget *imagesetscombobox = NULL;
GtkWidget *actionscombobox = NULL;
GtkWidget *animationscombobox = NULL;
@@ -83,7 +82,6 @@ static void free_imagesets();
static void free_actions();
static void free_animations();
static void save_to_xml_file(GtkButton *button, gpointer buffer);
-static void xml_file_set_handler(GtkFileChooserButton *widget, gpointer data);
static void data_folder_set_handler(GtkFileChooserButton *widget, gpointer data);
static void show_wrong_source_buffer_dialog();
static gchar* xml_node_get_attr_value(const XMLNode *node, const gchar *attr_name);