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:
Vadim Zeitlin 2015-05-31 23:29:02 +02:00
parent af3a5c8cb4
commit 6a3cc8171b

View File

@ -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.