removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW files (patch 1675546)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44625 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -107,19 +107,6 @@ wxDbTable::wxDbTable(wxDb *pwxDb, const wxString &tblName, const UWORD numColumn
|
||||
} // wxDbTable::wxDbTable()
|
||||
|
||||
|
||||
/***** DEPRECATED: use wxDbTable::wxDbTable() format above *****/
|
||||
#if WXWIN_COMPATIBILITY_2_4
|
||||
wxDbTable::wxDbTable(wxDb *pwxDb, const wxString &tblName, const UWORD numColumns,
|
||||
const wxChar *qryTblName, bool qryOnly, const wxString &tblPath)
|
||||
{
|
||||
wxString tempQryTblName;
|
||||
tempQryTblName = qryTblName;
|
||||
if (!initialize(pwxDb, tblName, numColumns, tempQryTblName, qryOnly, tblPath))
|
||||
cleanup();
|
||||
} // wxDbTable::wxDbTable()
|
||||
#endif // WXWIN_COMPATIBILITY_2_4
|
||||
|
||||
|
||||
/********** wxDbTable::~wxDbTable() **********/
|
||||
wxDbTable::~wxDbTable()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user