diff options
author | Christian Hergert <christian@hergert.me> | 2013-08-08 16:06:00 +0200 |
---|---|---|
committer | Christian Hergert <christian@hergert.me> | 2013-08-08 16:06:00 +0200 |
commit | a0bc600140a05c2537f9a2d83e2b58aacebe02ad (patch) | |
tree | 047077b4e2efd402c54408b2ac372532c51cfc40 /gtk/gtkdnd.c | |
parent | 6641ccce5d5dd51c29a00ff0bb5546fb867db03d (diff) | |
download | gtk+-a0bc600140a05c2537f9a2d83e2b58aacebe02ad.tar.gz |
dnd: Motif DnD is no longer supported, update docs.
Diffstat (limited to 'gtk/gtkdnd.c')
-rw-r--r-- | gtk/gtkdnd.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gtk/gtkdnd.c b/gtk/gtkdnd.c index c48b003a8a..dab4dfc32c 100644 --- a/gtk/gtkdnd.c +++ b/gtk/gtkdnd.c @@ -57,10 +57,7 @@ * @Title: Drag and Drop * * GTK+ has a rich set of functions for doing inter-process - * communication via the drag-and-drop metaphor. GTK+ - * can do drag-and-drop (DND) via multiple protocols. - * The currently supported protocols are the Xdnd and - * Motif protocols. + * communication via the drag-and-drop metaphor. * * As well as the functions listed here, applications * may need to use some facilities provided for |