diff options
author | Federico Mena Quintero <federico@nuclecu.unam.mx> | 1998-12-07 15:53:21 +0000 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-12-07 15:53:21 +0000 |
commit | 139e3cd47da5a613a858d21e7baf75fd953af779 (patch) | |
tree | 88d7da1caf1a6344c36612215d2fe735a94829d2 /gtk/gtkpaned.h | |
parent | 337bdee253125b60eb38cab7e1d4916e8dd66d4f (diff) | |
download | gtk+-139e3cd47da5a613a858d21e7baf75fd953af779.tar.gz |
Removed the unused cursor field in the structure.
1998-12-07 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gtk/gtkpaned.h (struct _GtkPaned): Removed the unused cursor
field in the structure.
Diffstat (limited to 'gtk/gtkpaned.h')
-rw-r--r-- | gtk/gtkpaned.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkpaned.h b/gtk/gtkpaned.h index 6f06ce1ac6..f101572cd4 100644 --- a/gtk/gtkpaned.h +++ b/gtk/gtkpaned.h @@ -47,7 +47,6 @@ struct _GtkPaned GtkWidget *child2; GdkWindow *handle; - GdkCursor *cursor; GdkRectangle groove_rectangle; GdkGC *xor_gc; |