WxUtils: Get rid of GetCurrentBitmapLogicalScale

wx now provides the means to query this.
This commit is contained in:
Lioncash
2014-11-17 20:11:34 -05:00
parent c0291d5b88
commit 3c23a9afc9
3 changed files with 3 additions and 15 deletions

View File

@ -25,8 +25,6 @@ void Explore(const std::string& path);
// Displays a wxMessageBox geared for errors
void ShowErrorDialog(const wxString& error_msg);
double GetCurrentBitmapLogicalScale();
wxBitmap _wxGetBitmapFromMemory(const unsigned char* data, int length);
// From a wxBitmap, creates the corresponding disabled version for toolbar buttons