Index: /CKEditor/branches/prototype/_source/plugins/fakeobjects/plugin.js
===================================================================
--- /CKEditor/branches/prototype/_source/plugins/fakeobjects/plugin.js	(revision 2848)
+++ /CKEditor/branches/prototype/_source/plugins/fakeobjects/plugin.js	(revision 2849)
@@ -63,9 +63,4 @@
 						html.push( '>' );
 						return html.join( '' );
-					},
-					protectedHtmlRegex = /<img(?=\s).*?\s_cke_protected_html=((?:(?:\s*)("|').*?\2)|(?:[^"'][^ >]+))(?:"[^"]*"|'[^']*'|[^<])*>(?:<\/img>)?/gi,
-					protectHtmlRestore_ReplaceTags = function( htmlTag, s1 )
-					{
-						return decodeURIComponent( s1.substr( 1, s1.length - 2 ) );
 					},
 					cssWidthRegex = /width\s*:\s*([0-9]+)\s*(?:[\w%]+)?\s*;?/i,
@@ -278,10 +273,4 @@
 					restoreHtml : function( html )
 					{
-						/*
-						var protectedHtml = html.replace( protectedHtmlRegex, protectHtmlRestore_ReplaceTags ),
-							protectedParser = new CKEDITOR.htmlParser(),
-							placeholderParser = new CKEDITOR.htmlParser(),
-							processedHtml = [];
-						*/
 						var parser = new copyParser(),
 							innerParser = new copyParser();
