summary refs log tree commit diff stats
path: root/plugins/hextray/utility.h
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-29 00:32:59 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-10-29 00:32:59 +0100
commit15c2ff2d549fad936789ea29455d3ae8ef665c59 (patch)
tree9b8ed5de539b8e9935bb6821de5c658340644dd8 /plugins/hextray/utility.h
parent9a57ca41b1629c239301d9b65563f6acb169ead1 (diff)
Convert HexTray to the plugin config API
Diffstat (limited to 'plugins/hextray/utility.h')
-rw-r--r--plugins/hextray/utility.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/hextray/utility.h b/plugins/hextray/utility.h
index 6bee8aed..bc8a8bfd 100644
--- a/plugins/hextray/utility.h
+++ b/plugins/hextray/utility.h
@@ -38,15 +38,6 @@ void ConvertString(const char *in,		wchar_t *out,	int size);
 void ConvertString(const wchar_t *in,	char *out,		int size);

 void ConvertString(const char *in,		char *out,		int size);

 

-int WritePrivateProfileIntA(char *, char *, int, char *);

-int WritePrivateProfileIntW(wchar_t *, wchar_t *, int, wchar_t *);

-

-#ifdef UNICODE

-#define WritePrivateProfileInt WritePrivateProfileIntW

-#else

-#define WritePrivateProfileInt WritePrivateProfileIntA

-#endif

-

 struct HOTKEY

 {

 	WORD key;