aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/ScintillaWin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'win32/ScintillaWin.cxx')
-rw-r--r--win32/ScintillaWin.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx
index a26dcb9fd..ac826c0a7 100644
--- a/win32/ScintillaWin.cxx
+++ b/win32/ScintillaWin.cxx
@@ -668,15 +668,6 @@ sptr_t ScintillaWin::WndProc(unsigned int iMessage, uptr_t wParam, sptr_t lParam
#endif
return ::DefWindowProc(wMain.GetID(), iMessage, wParam, lParam);
- case EM_CANPASTE:
- return CanPaste();
-
- case EM_SCROLL: {
- int topStart = topLine;
- ScrollMessage(wParam);
- return MAKELONG(topLine - topStart, TRUE);
- }
-
case WM_INPUTLANGCHANGE:
//::SetThreadLocale(LOWORD(lParam));
return ::DefWindowProc(wMain.GetID(), iMessage, wParam, lParam);