diff -r c13937960f1d -r 46553c106c52 treeitem.cpp --- a/treeitem.cpp Thu Mar 18 11:55:59 2010 +0000 +++ b/treeitem.cpp Mon Mar 22 15:37:23 2010 +0000 @@ -653,7 +653,7 @@ if (type==Image || type==Branch || type==MapCenter) // ((ImageItem*)this)->updateVisibility(); { - LinkableMapObj* lmo=((MapItem*)this)->getLMO(); + //LinkableMapObj* lmo=((MapItem*)this)->getLMO(); if (mode==HideExport && (hideExport || hasHiddenExportParent() ) ) // FIXME-3 try to avoid calling hasScrolledParent repeatedly