diff options
| author | Richard Linden <none@none> | 2011-11-28 15:21:01 -0800 | 
|---|---|---|
| committer | Richard Linden <none@none> | 2011-11-28 15:21:01 -0800 | 
| commit | f5159294f1c67503a1137f1fe31a41954643a7d7 (patch) | |
| tree | 1152130be2b345cba35cba33cb18e4de2441cdf4 | |
| parent | a3ab3909309b90ca99dad69b55ed4f98d68f795e (diff) | |
build fix
| -rw-r--r-- | indra/newview/llviewerwindow.cpp | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/indra/newview/llviewerwindow.cpp b/indra/newview/llviewerwindow.cpp index f24bab29a6..2479006eeb 100644 --- a/indra/newview/llviewerwindow.cpp +++ b/indra/newview/llviewerwindow.cpp @@ -4107,9 +4107,6 @@ void LLViewerWindow::movieSize(S32 new_width, S32 new_height)  	if ( size.mX != new_width  		|| size.mY != new_height)  	{ -		// use actual display dimensions, not virtual UI dimensions -		S32 x = gViewerWindow->getWindowWidthRaw(); -		S32 y = gViewerWindow->getWindowHeightRaw();  		LLCoordWindow new_size(new_width, new_height);  		LLCoordScreen screen_size;  		gViewerWindow->getWindow()->convertCoords(new_size, &screen_size); | 
