summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/templates.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-10-02 23:48:48 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-10-02 23:48:48 +0300
commit2714df91a4aaf00d3a05b1675769d2fdb4350287 (patch)
tree88d7f1bb5d1ab2220eb877ac3477609cab06b129 /plugins/TabSRMM/src/templates.h
parentebdfc32619b48385a2012ccec72c5239579b6c41 (diff)
fixes #967 (Broken templates preview in TabSRMM native templates editor)
Diffstat (limited to 'plugins/TabSRMM/src/templates.h')
-rw-r--r--plugins/TabSRMM/src/templates.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/plugins/TabSRMM/src/templates.h b/plugins/TabSRMM/src/templates.h
index 23e6ef425d..8fa0088eda 100644
--- a/plugins/TabSRMM/src/templates.h
+++ b/plugins/TabSRMM/src/templates.h
@@ -26,26 +26,4 @@
//
// templates for the message log...
-struct TemplateEditorInfo
-{
- BOOL rtl;
- BOOL changed; // template in edit field is changed
- BOOL selchanging;
- int inEdit; // template currently in editor
- BOOL updateInfo[TMPL_ERRMSG + 1]; // item states...
- HWND hwndParent;
- MCONTACT hContact;
-};
-
-struct TemplateEditorNew
-{
- MCONTACT hContact;
- BOOL rtl;
- HWND hwndParent;
-};
-
-BOOL CALLBACK DlgProcTemplateEdit(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
-static void LoadTemplatesFrom(TTemplateSet *tSet, MCONTACT hContact, int rtl);
void LoadDefaultTemplates();
-
-#define DM_UPDATETEMPLATEPREVIEW (WM_USER + 50)