Merge pull request #28 from pnedev/unused_code_remove
Remove unused code piece
This commit is contained in:
commit
078cf28864
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue