mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
WxUtils: Get rid of GetCurrentBitmapLogicalScale
wx now provides the means to query this.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user