diff options
author | Kent Quirk <q@lindenlab.com> | 2010-03-18 23:44:30 -0400 |
---|---|---|
committer | Kent Quirk <q@lindenlab.com> | 2010-03-18 23:44:30 -0400 |
commit | a072b63f4106b707ce0cea7826223433f5bba352 (patch) | |
tree | 4f1b3ad15b57a58508e0402c2f6cbeb31a4928f8 /indra/llwindow/llwindowwin32.cpp | |
parent | 0c1ff8e8769a569c2551a2be04a18cc854cfc5d4 (diff) | |
parent | 1944f64107be98f344824045a19e113966591340 (diff) |
Merge of PE merge with extra head
Diffstat (limited to 'indra/llwindow/llwindowwin32.cpp')
-rw-r--r-- | indra/llwindow/llwindowwin32.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/indra/llwindow/llwindowwin32.cpp b/indra/llwindow/llwindowwin32.cpp index 5f778d6208..8df9dad581 100644 --- a/indra/llwindow/llwindowwin32.cpp +++ b/indra/llwindow/llwindowwin32.cpp @@ -3720,16 +3720,5 @@ std::vector<std::string> LLWindowWin32::getDynamicFallbackFontList() return std::vector<std::string>(); } -// static -S32 LLWindowWin32::getDisplayWidth() -{ - return ::GetSystemMetrics(SM_CXVIRTUALSCREEN); -} - -// static -S32 LLWindowWin32::getDisplayHeight() -{ - return ::GetSystemMetrics(SM_CYVIRTUALSCREEN); -} #endif // LL_WINDOWS |