ui/motif/dnd.c

changeset 100
d2bd73d28ff1
parent 0
2483f517c562
--- 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;
-}

mercurial