diff --git a/graphics/defines.cpp b/graphics/defines.cpp index 448408de84..34b08cc042 100644 --- a/graphics/defines.cpp +++ b/graphics/defines.cpp @@ -82,10 +82,6 @@ namespace graphics double visualScaleExact(int exactDensityDPI) { double const mdpiDensityDPI = 160.; - double const tabletFactor = 1.28; - // In case of tablets and iPads increased DPI is used to make visual scale bigger. - if (GetPlatform().IsTablet()) - exactDensityDPI *= tabletFactor; // For some old devices (for example iPad 2) the density could be less than 160 DPI. // Returns one in that case to keep readable text on the map.