From 147f2bd08aa48ba6a4f945e28db05b378ab85a13 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 8 Jan 2013 16:53:00 +0000 Subject: Remove content_msg for PASTE, since it doesn't need a gui_window to get the buffer from the front end now. --- content/content.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'content') 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 */ -- cgit v1.2.3