diff options
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llcommon/llsys.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/llcommon/llsys.cpp b/indra/llcommon/llsys.cpp index 36fec973b3..0ed700b9da 100644 --- a/indra/llcommon/llsys.cpp +++ b/indra/llcommon/llsys.cpp @@ -783,10 +783,9 @@ S32 LLDisplayInfo::getDisplayWidth() const return 1024; //*FIXME #elif LL_SOLARIS return 1024; //*FIXME -else +#else return 1024; //*FIXME #endif - return 1024; // to make compiler happy } S32 LLDisplayInfo::getDisplayHeight() const @@ -800,7 +799,6 @@ S32 LLDisplayInfo::getDisplayHeight() const #else return 768; //*FIXME #endif - return 768; // to make compiler happy } |