summaryrefslogtreecommitdiff
path: root/amiga/clipboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/clipboard.h')
-rwxr-xr-xamiga/clipboard.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/amiga/clipboard.h b/amiga/clipboard.h
index 6cae3e3b8..cf3f74087 100755
--- a/amiga/clipboard.h
+++ b/amiga/clipboard.h
@@ -26,18 +26,11 @@ struct selection;
struct gui_window;
struct gui_window_2;
-struct ami_text_selection
-{
- char text[1024];
- int length;
-};
-
void ami_clipboard_init(void);
void ami_clipboard_free(void);
void ami_drag_selection(struct gui_window *g);
bool ami_easy_clipboard(char *text);
bool ami_easy_clipboard_bitmap(struct bitmap *bitmap);
-struct ami_text_selection *ami_selection_to_text(struct gui_window_2 *gwin);
#ifdef WITH_NS_SVG
bool ami_easy_clipboard_svg(struct hlcache_handle *c);
#endif