summaryrefslogtreecommitdiff
path: root/gdk/gdkcursorprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2017-11-02 18:52:35 +0100
committerBenjamin Otte <otte@redhat.com>2017-11-04 00:07:13 +0100
commita1759a0a52d4b6b988fcafbf30f9fd0b61c06030 (patch)
treedfadc662f3768bed0219c0bf338744c54d036dd3 /gdk/gdkcursorprivate.h
parentb8d3f88ddbbcf125ff18d72576e743b2762a985a (diff)
downloadgtk+-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.h1
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