From 6a3cc8171b6b14affc26f8a3b5018e6809b5952d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 31 May 2015 23:29:02 +0200 Subject: [PATCH] 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. --- include/wx/window.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/wx/window.h b/include/wx/window.h index b13da294ca..f5278cbfdc 100644 --- a/include/wx/window.h +++ b/include/wx/window.h @@ -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.