diff options
| author | callum_linden <none@none> | 2014-10-17 15:39:48 -0700 | 
|---|---|---|
| committer | callum_linden <none@none> | 2014-10-17 15:39:48 -0700 | 
| commit | 392d63efac66dff8b844b90804572aff454273d9 (patch) | |
| tree | 3fa8569c03143578df94e258d54f5c368c9e3e6c /indra | |
| parent | 73224a952afbdbd37bab876bd5a8959a5ec3ee58 (diff) | |
Update to build on Xcode 6.0: more removal of unused variables [-Wunused-variable]
Diffstat (limited to 'indra')
| -rwxr-xr-x | indra/llwindow/llwindowmacosx.cpp | 6 | 
1 files changed, 0 insertions, 6 deletions
| diff --git a/indra/llwindow/llwindowmacosx.cpp b/indra/llwindow/llwindowmacosx.cpp index 18d5152015..7972b66012 100755 --- a/indra/llwindow/llwindowmacosx.cpp +++ b/indra/llwindow/llwindowmacosx.cpp @@ -44,15 +44,9 @@  extern BOOL gDebugWindowProc; -// culled from winuser.h -//const S32	WHEEL_DELTA = 120;     /* Value for rolling one detent */ -// On the Mac, the scroll wheel reports a delta of 1 for each detent. -// There's also acceleration for faster scrolling, based on a slider in the system preferences. -const S32	WHEEL_DELTA = 1;     /* Value for rolling one detent */  const S32	BITS_PER_PIXEL = 32;  const S32	MAX_NUM_RESOLUTIONS = 32; -  //  // LLWindowMacOSX  // | 
