removed unused variable

pull/614/head
Matthias Bartelmeß 2012-04-07 01:57:10 +02:00
parent c79593569a
commit 9efe838a32
1 changed files with 0 additions and 6 deletions

View File

@ -161,12 +161,6 @@ function makeContentCollector(collectStyles, browser, apool, domInterface, class
var selection, startPoint, endPoint;
var selStart = [-1, -1],
selEnd = [-1, -1];
var blockElems = {
"div": 1,
"p": 1,
"pre": 1
};
function _isEmpty(node, state)
{
// consider clean blank lines pasted in IE to be empty