diff -r 0bba81dde1bc -r 46553c106c52 treeitem.cpp --- a/treeitem.cpp Fri Feb 19 13:47:03 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