summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-07-15 12:19:46 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-07-15 12:19:46 +0000
commitd153381b8458578025aa95c64f10608d110e9513 (patch)
tree45004e4f4a87a14f1cb9e6e264bfd562d9371518 /include
parentf92563fa59cd21d339f98288c60b81a51109fa01 (diff)
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@5361 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-rw-r--r--include/m_button_int.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/m_button_int.h b/include/m_button_int.h
index a118c3d33b..f40a83ced7 100644
--- a/include/m_button_int.h
+++ b/include/m_button_int.h
@@ -56,8 +56,4 @@ struct MButtonCtrl
IAccPropServices* pAccPropServices;
};
-/////////////////////////////////////////////////////////////////
-
-typedef void (__cdecl *pfnPainterFunc)(MButtonCtrl*, HDC);
-
#endif // M_BUTTON_INT_H__