Remove declaration of wxWindow::GetAdjustedMinSize().
This deprecated method was never actually defined, so could never be used. The fact that nobody complained about it would seem to be an indication that it is not used anywhere, so just remove it. See #17007.
This commit is contained in:
parent
af3a5c8cb4
commit
6a3cc8171b
@ -408,8 +408,6 @@ public:
|
||||
|
||||
wxDEPRECATED_MSG("use GetEffectiveMinSize() instead")
|
||||
wxSize GetBestFittingSize() const;
|
||||
wxDEPRECATED_MSG("use GetEffectiveMinSize() instead")
|
||||
wxSize GetAdjustedMinSize() const;
|
||||
|
||||
// A 'Smart' SetSize that will fill in default size values with 'best'
|
||||
// size. Sets the minsize to what was passed in.
|
||||
|
Loading…
Reference in New Issue
Block a user