From kde-commits Sat Oct 27 20:02:06 2007 From: Inge Wallin Date: Sat, 27 Oct 2007 20:02:06 +0000 To: kde-commits Subject: koffice/interfaces Message-Id: <1193515326.000880.21577.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=119351533406755 SVN commit 730055 by ingwa: forgot to commit this M +0 -1 koChart.h --- trunk/koffice/interfaces/koChart.h #730054:730055 @@ -74,7 +74,6 @@ // The new interface. virtual void resizeData( int rows, int columns ) = 0 ; virtual void setCellData( int row, int column, const QVariant &) = 0; - virtual void analyzeHeaders( ) = 0; #endif virtual void setCanChangeValue(bool b )=0;