Skip to content
Snippets Groups Projects
Commit de78ec13 authored by Bryan O'Sullivan's avatar Bryan O'Sullivan
Browse files

Nuke the last few references to the long-dead LCD code.

parent 07a396e3
No related branches found
No related tags found
No related merge requests found
...@@ -392,9 +392,4 @@ void LLConsole::addLine(const LLWString& wline, F32 size, const LLColor4 &color) ...@@ -392,9 +392,4 @@ void LLConsole::addLine(const LLWString& wline, F32 size, const LLColor4 &color)
Paragraph paragraph(wline, color, mTimer.getElapsedTimeF32(), mFont, (F32)getRect().getWidth() ); Paragraph paragraph(wline, color, mTimer.getElapsedTimeF32(), mFont, (F32)getRect().getWidth() );
mParagraphs.push_back ( paragraph ); mParagraphs.push_back ( paragraph );
#if LL_WINDOWS && LL_LCD_COMPILE
// add to LCD screen
AddNewDebugConsoleToLCD(wline);
#endif
} }
...@@ -799,13 +799,6 @@ bool LLAppViewer::init() ...@@ -799,13 +799,6 @@ bool LLAppViewer::init()
// call all self-registered classes // call all self-registered classes
LLInitClassList::instance().fireCallbacks(); LLInitClassList::instance().fireCallbacks();
#if LL_LCD_COMPILE
// start up an LCD window on a logitech keyboard, if there is one
HINSTANCE hInstance = GetModuleHandle(NULL);
gLcdScreen = new LLLCD(hInstance);
CreateLCDDebugWindows();
#endif
LLFolderViewItem::initClass(); // SJB: Needs to happen after initWindow(), not sure why but related to fonts LLFolderViewItem::initClass(); // SJB: Needs to happen after initWindow(), not sure why but related to fonts
gGLManager.getGLInfo(gDebugInfo); gGLManager.getGLInfo(gDebugInfo);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment