Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ps/gtkgs.c
diff options
context:
space:
mode:
Diffstat (limited to 'ps/gtkgs.c')
-rw-r--r--ps/gtkgs.c2
1 files changed, 0 insertions, 2 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();