diff -r 1ecc1183f046 -r 3fc287f06305 ui/gtk/dnd.c --- a/ui/gtk/dnd.c Sun Feb 11 15:59:56 2024 +0100 +++ b/ui/gtk/dnd.c Mon Feb 12 17:32:02 2024 +0100 @@ -55,6 +55,7 @@ #define gtk_selection_data_get_uris selection_data_get_uris #endif +/* void ui_selection_settext(UiSelection *sel, char *str, int len) { // TODO: handle error? gtk_selection_data_set_text(sel->data, str, len); @@ -99,3 +100,4 @@ } return NULL; } +*/