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:
@@ -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);
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user