summaryrefslogtreecommitdiff
path: root/content/content.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-01-08 16:53:00 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2013-01-08 16:53:00 +0000
commit147f2bd08aa48ba6a4f945e28db05b378ab85a13 (patch)
tree9ae20fa597b84409ee9dd4ff4c702f814cf99d39 /content/content.h
parente93fae7f2d9fdcc4ddf2a4db936cbd0dd33de20c (diff)
downloadnetsurf-147f2bd08aa48ba6a4f945e28db05b378ab85a13.tar.gz
netsurf-147f2bd08aa48ba6a4f945e28db05b378ab85a13.tar.bz2
Remove content_msg for PASTE, since it doesn't need a gui_window to get the buffer from the front end now.
Diffstat (limited to 'content/content.h')
-rw-r--r--content/content.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/content/content.h b/content/content.h
index 649f54dfa..7781ba9b8 100644
--- a/content/content.h
+++ b/content/content.h
@@ -78,8 +78,7 @@ typedef enum {
CONTENT_MSG_SCROLL, /**< Request to scroll content */
CONTENT_MSG_DRAGSAVE, /**< Allow drag saving of content */
CONTENT_MSG_SAVELINK, /**< Allow URL to be saved */
- CONTENT_MSG_POINTER, /**< Wants a specific mouse pointer set */
- CONTENT_MSG_PASTE /**< Inform that content wants clipboard paste */
+ CONTENT_MSG_POINTER /**< Wants a specific mouse pointer set */
} content_msg;
/** RFC5988 metadata link */