diff options
| author | aunsane <aunsane@gmail.com> | 2018-02-25 14:45:28 +0300 |
|---|---|---|
| committer | aunsane <aunsane@gmail.com> | 2018-02-25 14:45:28 +0300 |
| commit | a76776079b6d15e92dffd0c5c0016389092b1c8b (patch) | |
| tree | ac686f25c8714b11824624b7773f499035b6827c /plugins/MirLua/src/mlua_options.cpp | |
| parent | 7fc01c9c474a732cd8b978d2f163f0839b2f956d (diff) | |
Fixes related with 7fc01c9
Diffstat (limited to 'plugins/MirLua/src/mlua_options.cpp')
| -rw-r--r-- | plugins/MirLua/src/mlua_options.cpp | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/plugins/MirLua/src/mlua_options.cpp b/plugins/MirLua/src/mlua_options.cpp index 9a4438d408..2a7d141e41 100644 --- a/plugins/MirLua/src/mlua_options.cpp +++ b/plugins/MirLua/src/mlua_options.cpp @@ -1,23 +1,5 @@ #include "stdafx.h"
-CCtrlScriptList::CCtrlScriptList(CDlgBase* dlg, int ctrlId)
- : CCtrlListView(dlg, ctrlId)
-{
-}
-
-BOOL CCtrlScriptList::OnNotify(int idCtrl, NMHDR *pnmh)
-{
- if (pnmh->code == NM_CLICK)
- {
- TEventInfo evt = { this, pnmh };
- OnClick(&evt);
- return TRUE;
- }
- return CCtrlListView::OnNotify(idCtrl, pnmh);
-}
-
-/****************************************/
-
CMLuaOptions::CMLuaOptions(int idDialog)
: CPluginDlgBase(g_hInstance, idDialog, MODULE),
m_popupOnError(this, IDC_POPUPONERROR),
|
