projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3fc47e
)
button: Remove unused signal enum members
author
Timm Bäder
<mail@baedert.org>
Sat, 28 Sep 2019 11:34:16 +0000
(13:34 +0200)
committer
Timm Bäder
<mail@baedert.org>
Wed, 9 Oct 2019 14:57:21 +0000
(16:57 +0200)
gtk/gtkbutton.c
patch
|
blob
|
history
diff --git
a/gtk/gtkbutton.c
b/gtk/gtkbutton.c
index 05849afc6dc02655a6e2554bfe1022f99c1a7792..6fcc605b0837bf4e84c66ae5b08c05f2b3cf8a1c 100644
(file)
--- a/
gtk/gtkbutton.c
+++ b/
gtk/gtkbutton.c
@@
-94,8
+94,6
@@
struct _GtkButtonPrivate
enum {
CLICKED,
- ENTER,
- LEAVE,
ACTIVATE,
LAST_SIGNAL
};