Remove newly added functions from wxQt

QtSet{Min,Max}Size() were added for use by Set{Min,Max}Size() and
DoSetSizeHints() overrides. and since we have canceled overriding
Set{Min,Max}Size() in previous commit, there is no need to keep them
around without good reason.
This commit is contained in:
ali kettab 2023-10-01 14:06:14 +01:00
parent ee2dba802c
commit e919ec6ccd
3 changed files with 8 additions and 40 deletions

View file

@ -225,11 +225,6 @@ protected:
// itself.
virtual QWidget* QtGetParentWidget() const { return GetHandle(); }
// wxTopLevelWindowQt::DoSetSizeHints() override calls these functions to
// set min/max size information at Qt level.
void QtSetMinSize(const wxSize& minSize);
void QtSetMaxSize(const wxSize& maxSize);
QWidget *m_qtWindow;
private: