ui/motif/dnd.c

branch
newapi
changeset 406
0ebf9d7b23e8
parent 176
bc63cb601f6d
--- a/ui/motif/dnd.c	Wed Dec 04 08:57:35 2024 +0100
+++ b/ui/motif/dnd.c	Wed Dec 04 18:31:22 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;
-}

mercurial