re-enable ami_drag_selection

This commit is contained in:
Chris Young 2013-01-08 20:15:27 +00:00
parent 5a43a5a1a9
commit 78f3f53622
1 changed files with 0 additions and 2 deletions

View File

@ -299,7 +299,6 @@ struct ami_text_selection *ami_selection_to_text(struct gui_window_2 *gwin)
return sel; return sel;
} }
#if 0
void ami_drag_selection(struct selection *s) void ami_drag_selection(struct selection *s)
{ {
int x; int x;
@ -364,7 +363,6 @@ void ami_drag_selection(struct selection *s)
} }
} }
} }
#endif
bool ami_easy_clipboard(char *text) bool ami_easy_clipboard(char *text)
{ {