summaryrefslogtreecommitdiff
path: root/plugins/SMS/src/send.cpp
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-03-09 14:54:57 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-03-09 14:54:57 +0000
commit6b38bd980c93eb70ce88641ef8c89ad4839940bd (patch)
treebde73d156cf909c502ef3e0a51ce444d7506481e /plugins/SMS/src/send.cpp
parent1c22e5aa2c0bd52eef7b42806c20ff33246f3dc2 (diff)
removed not used headers
git-svn-id: http://svn.miranda-ng.org/main/trunk@3941 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SMS/src/send.cpp')
-rw-r--r--plugins/SMS/src/send.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/SMS/src/send.cpp b/plugins/SMS/src/send.cpp
index fda9c490db..2b8baa84d2 100644
--- a/plugins/SMS/src/send.cpp
+++ b/plugins/SMS/src/send.cpp
@@ -27,8 +27,6 @@ Enjoy the code and use it smartly!
#include "common.h"
-
-
//This function gets HWND of the window, the number, and the message.
void StartSmsSend(HWND hWndDlg,SIZE_T dwModuleIndex,LPWSTR lpwszPhone,SIZE_T dwPhoneSize,LPWSTR lpwszMessage,SIZE_T dwMessageSize)
{