remove patch in cre.cpp since it is accepted by upstream

Qingping Hou 12 years ago
parent 84eb0e338f
commit c2cb95f8e8

@ -308,10 +308,6 @@ static int gotoXPointer(lua_State *L) {
ldomXPointer xp = doc->dom_doc->createXPointer(lString16(xpointer_str));
doc->text_view->goToBookmark(xp);
/* CREngine does not call checkPos() immediately after goToBookmark,
* so I have to manually update the pos in order to get a correct
* return from GetPos() call. */
doc->text_view->SetPos(xp.toPoint().y);
return 0;
}

Loading…
Cancel
Save