Merge pull request #28 from pnedev/unused_code_remove

Remove unused code piece
This commit is contained in:
Don HO 2015-05-06 00:39:04 +02:00
commit 078cf28864
1 changed files with 0 additions and 3 deletions

View File

@ -59,9 +59,6 @@ void Notepad_plus_Window::init(HINSTANCE hInst, HWND parent, const TCHAR *cmdLin
throw std::runtime_error("Notepad_plus_Window::init : RegisterClass() function failed");
}
RECT workAreaRect;
::SystemParametersInfo(SPI_GETWORKAREA, 0, &workAreaRect, 0);
NppParameters *pNppParams = NppParameters::getInstance();
NppGUI & nppGUI = (NppGUI &)pNppParams->getNppGUI();