summaryrefslogtreecommitdiff
path: root/plugins/Scriver/src/input.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-02-26 16:02:07 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-02-26 16:02:07 +0300
commit5c002a15891fc4cdfaeda7247003e13db28fc5ca (patch)
tree338e8761141349996a1d3f67a570744b474f837f /plugins/Scriver/src/input.h
parent12d4034fdbd989caa495dfe665fade69eab09174 (diff)
Scriver moved to UI classes
Diffstat (limited to 'plugins/Scriver/src/input.h')
-rw-r--r--plugins/Scriver/src/input.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Scriver/src/input.h b/plugins/Scriver/src/input.h
index 874b58ce9e..0761140346 100644
--- a/plugins/Scriver/src/input.h
+++ b/plugins/Scriver/src/input.h
@@ -26,6 +26,5 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
extern void InputAreaContextMenu(HWND hwnd, WPARAM wParam, LPARAM lParam, MCONTACT hContact);
extern void RegisterKeyBindings();
extern int InputAreaShortcuts(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam, CommonWindowData *windowData);
-BOOL HandleLinkClick(HINSTANCE hInstance, HWND hwndDlg, HWND hwndFocus, ENLINK *lParam);
#endif