mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
WxUtils: Get rid of GetCurrentBitmapLogicalScale
wx now provides the means to query this.
This commit is contained in:
parent
c0291d5b88
commit
3c23a9afc9
3 changed files with 3 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue