Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ps
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2005-01-01 12:15:46 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-01-01 12:15:46 (GMT)
commit85fef1d43bfd5f1033aa6d415c2e52cb87e6b257 (patch)
tree1f6238b0f74d6602b1fbf26484dc1a7a974aa127 /ps
parentb196ef573bc7957e8bcf1a29e7fa33140f52f0b6 (diff)
Some more leftover...
2005-01-01 Marco Pesenti Gritti <marco@gnome.org> * ps/gtkgs.c: (gtk_gs_class_init): * ps/gtkgs.h: Some more leftover...
Diffstat (limited to 'ps')
-rw-r--r--ps/gtkgs.c2
-rw-r--r--ps/gtkgs.h8
2 files changed, 1 insertions, 9 deletions
diff --git a/ps/gtkgs.c b/ps/gtkgs.c
index c5a5327..19252a5 100644
--- a/ps/gtkgs.c
+++ b/ps/gtkgs.c
@@ -295,10 +295,8 @@ gtk_gs_class_init(GtkGSClass * klass)
/* Create atoms */
klass->gs_atom = gdk_atom_intern("GHOSTVIEW", FALSE);
- klass->gs_colors_atom = gdk_atom_intern("GHOSTVIEW_COLORS", FALSE);
klass->next_atom = gdk_atom_intern("NEXT", FALSE);
klass->page_atom = gdk_atom_intern("PAGE", FALSE);
- klass->done_atom = gdk_atom_intern("DONE", FALSE);
klass->string_atom = gdk_atom_intern("STRING", FALSE);
gtk_gs_defaults_load();
diff --git a/ps/gtkgs.h b/ps/gtkgs.h
index 6971627..2fa88ad 100644
--- a/ps/gtkgs.h
+++ b/ps/gtkgs.h
@@ -118,17 +118,11 @@ struct _GtkGS {
struct _GtkGSClass {
GObjectClass parent_class;
+
GdkAtom gs_atom;
- GdkAtom gs_colors_atom;
GdkAtom next_atom;
GdkAtom page_atom;
- GdkAtom done_atom;
GdkAtom string_atom;
-
- GConfClient *gconf_client;
-
- void (*interpreter_message) (GtkGS *, gchar *, gpointer);
- void (*interpreter_error) (GtkGS *, gint, gpointer);
};
GType gtk_gs_get_type(void);