diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-05-15 17:21:57 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-05-15 17:21:57 +0000 |
commit | 52a12ced56eaf7a4621193fb230dca17c33aa562 (patch) | |
tree | 1d173bf3c277b9e9e886c005ed70cc09b8c507c5 /plugins/tipper/subst.h | |
parent | 83036cb4fe2f9a032c9397730af1a50e3ba982ff (diff) |
need only one version
git-svn-id: http://svn.miranda-ng.org/main/trunk@4 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/tipper/subst.h')
-rw-r--r-- | plugins/tipper/subst.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/plugins/tipper/subst.h b/plugins/tipper/subst.h deleted file mode 100644 index 755a587269..0000000000 --- a/plugins/tipper/subst.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef _SUBST_INC
-#define _SUBST_INC
-
-#include "options.h"
-#include "translations.h"
-
-//TCHAR *GetLastMessageText(HANDLE hContact); -//TCHAR *GetStatusMessageText(HANDLE hContact); -bool GetLabelText(HANDLE hContact, const DisplayItem &di, TCHAR *buff, int bufflen);
-bool GetValueText(HANDLE hContact, const DisplayItem &di, TCHAR *buff, int bufflen);
-
-void StripBBCodesInPlace(TCHAR *text);
-
-// can be used with hContact == 0 to get uid for a given proto
-bool uid_name(char *szProto, TCHAR *buff, int bufflen);
-bool uid(HANDLE hContact, char *proto, TCHAR *buff, int bufflen);
-
-#endif
|