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. --- render/html.c | 1 - 1 file changed, 1 deletion(-) (limited to 'render') diff --git a/render/html.c b/render/html.c index 19ea5a9d0..3e26928fd 100644 --- a/render/html.c +++ b/render/html.c @@ -1302,7 +1302,6 @@ html_object_callback(hlcache_handle *object, case CONTENT_MSG_SAVELINK: case CONTENT_MSG_POINTER: - case CONTENT_MSG_PASTE: /* These messages are for browser window layer. * we're not interested, so pass them on. */ content_broadcast(&c->base, event->type, event->data); -- cgit v1.2.3