Remove redundant wxGridCellDateTimeRenderer::SetParameters() docs

This function is inherited from wxGridCellDateRenderer since the changes
of 659ab78c6d (Add support for editing dates (without time) to wxGrid,
2018-09-06), so there is no need to document it separately.
This commit is contained in:
Vadim Zeitlin
2020-11-03 03:14:43 +01:00
parent cced297b26
commit 9311dc8ffb

View File

@@ -248,16 +248,6 @@ public:
*/
wxGridCellDateTimeRenderer(const wxString& outformat = wxDefaultDateTimeFormat,
const wxString& informat = wxDefaultDateTimeFormat);
/**
Sets the strptime()-like format string which will be used to parse
the date/time.
@param params
strptime()-like format string used to parse the date/time.
*/
virtual void SetParameters(const wxString& params);
};
/**