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:
@@ -408,8 +408,6 @@ public:
|
|||||||
|
|
||||||
wxDEPRECATED_MSG("use GetEffectiveMinSize() instead")
|
wxDEPRECATED_MSG("use GetEffectiveMinSize() instead")
|
||||||
wxSize GetBestFittingSize() const;
|
wxSize GetBestFittingSize() const;
|
||||||
wxDEPRECATED_MSG("use GetEffectiveMinSize() instead")
|
|
||||||
wxSize GetAdjustedMinSize() const;
|
|
||||||
|
|
||||||
// A 'Smart' SetSize that will fill in default size values with 'best'
|
// A 'Smart' SetSize that will fill in default size values with 'best'
|
||||||
// size. Sets the minsize to what was passed in.
|
// size. Sets the minsize to what was passed in.
|
||||||
|
Reference in New Issue
Block a user