diff -r b9767cb5b06b -r d2bd73d28ff1 ui/motif/dnd.c --- a/ui/motif/dnd.c Fri Nov 29 22:21:36 2024 +0100 +++ b/ui/motif/dnd.c Thu Dec 12 20:01:43 2024 +0100 @@ -28,18 +28,3 @@ #include "dnd.h" -void ui_selection_settext(UiSelection *sel, char *str, int len) { - -} - -void ui_selection_seturis(UiSelection *sel, char **uris, int nelm) { - -} - -char* ui_selection_gettext(UiSelection *sel) { - return NULL; -} - -char** ui_selection_geturis(UiSelection *sel, size_t *nelm) { - return NULL; -}