Simplify display.dpi to diagonal value

This commit is contained in:
Joshua Granick
2016-01-12 09:39:19 -08:00
parent d1d6e22673
commit 81b87ce76a
6 changed files with 10 additions and 187 deletions

View File

@@ -28,7 +28,6 @@ namespace lime {
static bool GetAllowScreenTimeout ();
static const char* GetDirectory (SystemDirectory type, const char* company, const char* title);
static value GetDisplay (int id);
static value GetDisplayDPI (int id);
static int GetNumDisplays ();
static double GetTimer ();
static bool SetAllowScreenTimeout (bool allow);