summaryrefslogtreecommitdiff
path: root/plugins/YAMN/yamn.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/YAMN/yamn.h')
-rw-r--r--plugins/YAMN/yamn.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/plugins/YAMN/yamn.h b/plugins/YAMN/yamn.h
index 7d82d83b82..3a7a7f86f0 100644
--- a/plugins/YAMN/yamn.h
+++ b/plugins/YAMN/yamn.h
@@ -283,20 +283,4 @@ extern int YAMN_STATUS;
extern PYAMN_VARIABLES pYAMNVar;
extern HYAMNPROTOPLUGIN POP3Plugin;
-///////////////////////////////////////////////////////////////////////
-
-class _A2T
-{
- TCHAR* buf;
-
-public:
- _A2T( const char* s ) : buf( mir_a2t( s )) {}
- _A2T( const char* s, int cp ) : buf( mir_a2t_cp( s, cp )) {}
- ~_A2T() { mir_free(buf); }
-
- __forceinline operator TCHAR*() const
- { return buf;
- }
-};
-
#endif