From eb1c3db2dd164ac2e384307109bda0e44b7a97aa Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Sun, 18 Nov 2007 10:22:58 +0000 Subject: [PATCH] Remove useless GetRowCount git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50040 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/dataviewindexlistmodel.tex | 6 ------ include/wx/dataview.h | 2 -- 2 files changed, 8 deletions(-) diff --git a/docs/latex/wx/dataviewindexlistmodel.tex b/docs/latex/wx/dataviewindexlistmodel.tex index 943caa89f6..f2140020e4 100644 --- a/docs/latex/wx/dataviewindexlistmodel.tex +++ b/docs/latex/wx/dataviewindexlistmodel.tex @@ -50,12 +50,6 @@ Returns the wxDataViewItem at the given {\it row}. Returns the position of given {\it item}. -\membersection{wxDataViewIndexListModel::GetRowCount}\label{wxdataviewindexlistmodelgetrowcount} - -\func{unsigned int}{GetRowCount}{\void} - -Override this to indicate the number of rows. - \membersection{wxDataViewIndexListModel::GetValue}\label{wxdataviewindexlistmodelgetvalue} \constfunc{void}{GetValue}{\param{wxVariant\& }{variant}, \param{unsigned int }{row}, \param{unsigned int }{col}} diff --git a/include/wx/dataview.h b/include/wx/dataview.h index 05834cc2c6..e6a22c780d 100644 --- a/include/wx/dataview.h +++ b/include/wx/dataview.h @@ -228,8 +228,6 @@ public: wxDataViewIndexListModel( unsigned int initial_size = 0 ); ~wxDataViewIndexListModel(); - virtual unsigned int GetRowCount() = 0; - virtual void GetValue( wxVariant &variant, unsigned int row, unsigned int col ) const = 0; -- 2.45.2