diff options
author | Benjamin Otte <otte@redhat.com> | 2017-11-02 18:52:35 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2017-11-04 00:07:13 +0100 |
commit | a1759a0a52d4b6b988fcafbf30f9fd0b61c06030 (patch) | |
tree | dfadc662f3768bed0219c0bf338744c54d036dd3 /gdk/gdkcursorprivate.h | |
parent | b8d3f88ddbbcf125ff18d72576e743b2762a985a (diff) | |
download | gtk+-a1759a0a52d4b6b988fcafbf30f9fd0b61c06030.tar.gz |
gdk: Get rid of GdkCursorType
Now that we no longer have API that uses cursor types, don't keep them
around.
Diffstat (limited to 'gdk/gdkcursorprivate.h')
-rw-r--r-- | gdk/gdkcursorprivate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdk/gdkcursorprivate.h b/gdk/gdkcursorprivate.h index 15dbe037b5..85498a6f8f 100644 --- a/gdk/gdkcursorprivate.h +++ b/gdk/gdkcursorprivate.h @@ -40,7 +40,6 @@ struct _GdkCursor GObject parent_instance; GdkDisplay *display; - GdkCursorType type; }; struct _GdkCursorClass |