diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-01-06 00:21:41 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-01-08 18:48:21 -0500 |
commit | f3be49838fcd1c3e9bc0f4f988aa78e024f2555d (patch) | |
tree | 257c90671766212a785dcc827edc78c304e8d926 /gtk/gtkentry.c | |
parent | e9067ae2db95a30a714efdec22de07debe5ca12d (diff) | |
download | gtk+-f3be49838fcd1c3e9bc0f4f988aa78e024f2555d.tar.gz |
Move code over
Move remaining code from gtkdnd.c to gtkdragdest.c
and nuke gtkdnd.c and gtkdndprivate.h.
Diffstat (limited to 'gtk/gtkentry.c')
-rw-r--r-- | gtk/gtkentry.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index db33c193aa..1b249b2fb6 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -38,7 +38,6 @@ #include "gtkcelllayout.h" #include "gtkcssnodeprivate.h" #include "gtkdebug.h" -#include "gtkdndprivate.h" #include "gtkeditable.h" #include "gtkemojichooser.h" #include "gtkemojicompletion.h" |