--- a/ui/motif/dnd.c Sun May 23 09:44:43 2021 +0200 +++ b/ui/motif/dnd.c Sat Jan 04 16:38:48 2025 +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) { - -} - -char** ui_selection_geturis(UiSelection *sel, size_t *nelm) { - -}