CtrlCore: GetScreenSize deprecated, implemented using GetVirtualScreenArea

git-svn-id: svn://ultimatepp.org/upp/trunk@5961 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2013-04-06 15:24:08 +00:00
parent 5323d54d98
commit d05d4f02ce
8 changed files with 8 additions and 30 deletions

View file

@ -453,11 +453,6 @@ bool ScreenInPaletteMode()
return Xpalette;
}
Size GetScreenSize()
{
return Size(Xwidth, Xheight);
}
END_UPP_NAMESPACE
#endif