From 78f3f53622669443f997f94b84f8d99f60b00ed0 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Tue, 8 Jan 2013 20:15:27 +0000 Subject: re-enable ami_drag_selection --- amiga/clipboard.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/amiga/clipboard.c b/amiga/clipboard.c index 3759aaa27..87071f626 100755 --- a/amiga/clipboard.c +++ b/amiga/clipboard.c @@ -299,7 +299,6 @@ struct ami_text_selection *ami_selection_to_text(struct gui_window_2 *gwin) return sel; } -#if 0 void ami_drag_selection(struct selection *s) { int x; @@ -364,7 +363,6 @@ void ami_drag_selection(struct selection *s) } } } -#endif bool ami_easy_clipboard(char *text) { -- cgit v1.2.3