mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-22 05:14:41 +02:00
SplitterContainer: removed useless code
This commit is contained in:
parent
2ad6ba5a44
commit
dc3ef779ce
@ -249,8 +249,6 @@ LRESULT SplitterContainer::runProc(UINT message, WPARAM wParam, LPARAM lParam)
|
||||
|
||||
if (!_hPopupMenu)
|
||||
{
|
||||
POINT p;
|
||||
::GetCursorPos(&p);
|
||||
_hPopupMenu = ::CreatePopupMenu();
|
||||
::InsertMenu(_hPopupMenu, 1, MF_BYPOSITION, ROTATION_A_GAUCHE, TEXT("Rotate to left"));
|
||||
::InsertMenu(_hPopupMenu, 0, MF_BYPOSITION, ROTATION_A_DROITE, TEXT("Rotate to right"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user