diff options
Diffstat (limited to 'plugins/TabSRMM/src/container.cpp')
-rw-r--r-- | plugins/TabSRMM/src/container.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/TabSRMM/src/container.cpp b/plugins/TabSRMM/src/container.cpp index d7dfa45c66..a0e0c7f5ed 100644 --- a/plugins/TabSRMM/src/container.cpp +++ b/plugins/TabSRMM/src/container.cpp @@ -1200,11 +1200,6 @@ panel_found: SendMessage(pContainer->m_hwndActive, WM_COMMAND, wParam, lParam); // pass the IDOK command to the active child - fixes the "enter not working
break;
- case ID_FILE_SAVEMESSAGELOGAS:
- if (dat)
- dat->DM_SaveLogAsRTF();
- break;
-
case ID_FILE_CLOSEMESSAGESESSION:
PostMessage(pContainer->m_hwndActive, WM_CLOSE, 0, 1);
break;
|