projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b75d408
)
stylecontext: Remove unused typedef
author
Benjamin Otte
<otte@redhat.com>
Wed, 5 Feb 2020 03:02:57 +0000
(
04:02
+0100)
committer
Benjamin Otte
<otte@redhat.com>
Wed, 5 Feb 2020 03:03:43 +0000
(
04:03
+0100)
gtk/gtkstylecontext.c
patch
|
blob
|
history
diff --git
a/gtk/gtkstylecontext.c
b/gtk/gtkstylecontext.c
index d9415723cf1ee3fd13b42f4e012ecdcd4d34e75b..5d9d321f94455be8793f1d81d8cc3e87d47c5a9f 100644
(file)
--- a/
gtk/gtkstylecontext.c
+++ b/
gtk/gtkstylecontext.c
@@
-96,14
+96,6
@@
*/
#define CURSOR_ASPECT_RATIO (0.04)
-typedef struct PropertyValue PropertyValue;
-
-struct PropertyValue
-{
- GType widget_type;
- GParamSpec *pspec;
- GValue value;
-};
struct _GtkStyleContextPrivate
{