mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Remove dead code
This commit is contained in:
parent
80c916a009
commit
4ae17f69a3
@ -995,8 +995,6 @@ CPixmap::ChangeSprite (MouseSprites sprite)
|
|||||||
double
|
double
|
||||||
CPixmap::GetDisplayScale ()
|
CPixmap::GetDisplayScale ()
|
||||||
{
|
{
|
||||||
// SDL_DisplayMode displayMode;
|
|
||||||
// SDL_GetWindowDisplayMode (g_window, &displayMode);
|
|
||||||
Sint32 w, h;
|
Sint32 w, h;
|
||||||
SDL_GetWindowSize (g_window, &w, &h);
|
SDL_GetWindowSize (g_window, &w, &h);
|
||||||
return static_cast<double> (h / LYIMAGE ());
|
return static_cast<double> (h / LYIMAGE ());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user