summaryrefslogtreecommitdiff
path: root/plugins/MyDetails/commons.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-07-20 08:18:28 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-07-20 08:18:28 +0000
commitc1c83bf5790a1adfeccd1e948e321ac3a7e3e54c (patch)
tree96238507bc618241b4598a3a1ab0df0286ebc43c /plugins/MyDetails/commons.h
parent9984e12867718ad6b6c4973cf30e5b00d4005d14 (diff)
- skinning for a frame
- human-readable protocol names - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@1066 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MyDetails/commons.h')
-rw-r--r--plugins/MyDetails/commons.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/MyDetails/commons.h b/plugins/MyDetails/commons.h
index eeff18a681..51a1d02d52 100644
--- a/plugins/MyDetails/commons.h
+++ b/plugins/MyDetails/commons.h
@@ -82,7 +82,6 @@ extern long status_msg_dialog_open;
#include "../utils/mir_options.h"
#include "../utils/mir_icons.h"
-
#define PS_SETMYAVATAR "/SetMyAvatar"
#define PS_GETMYAVATAR "/GetMyAvatar"
#define PS_GETMYAVATARMAXSIZE "/GetMyAvatarMaxSize"
@@ -91,7 +90,6 @@ extern long status_msg_dialog_open;
#define PS_GETMYNICKNAMEMAXLENGTH "/GetMyNicknameMaxLength"
-
// See if a protocol service exists
__inline static int ProtoServiceExists(const char *szModule,const char *szService)
{
@@ -101,7 +99,6 @@ __inline static int ProtoServiceExists(const char *szModule,const char *szServic
return ServiceExists(str);
}
-
// Helper
static __inline int DRAW_TEXT(HDC hDC, LPCTSTR lpString, int nCount, LPRECT lpRect, UINT uFormat, const char *protocol,
SmileysParseInfo parseInfo)