Remove unused code piece

This commit is contained in:
Pavel Nedev 2015-05-05 18:11:09 +03:00
parent b03eb6a8d9
commit ea8bf88130

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();