diff -r c8b1a3564c74 -r b77b56f707f1 mapeditor.h --- a/mapeditor.h Wed Dec 10 13:10:35 2008 +0000 +++ b/mapeditor.h Mon Jan 05 16:31:38 2009 +0000 @@ -96,7 +96,6 @@ void selectionChanged(const QItemSelection &, const QItemSelection &); private: - QItemSelectionModel* selModel; // we treat MapEditor as View here... QList selboxList; QColor selectionColor; @@ -104,7 +103,6 @@ void updateSelection(const QItemSelection &,const QItemSelection &); // update selection void updateCurrent (const QModelIndex&,const QModelIndex&); // update selection public: - void updateSelectionGeometry(); // update geometry of selection void setSelectionColor (QColor c); QColor getSelectionColor ();