summaryrefslogtreecommitdiff
path: root/plugins/UserInfoEx/mir_string.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/UserInfoEx/mir_string.h')
-rw-r--r--plugins/UserInfoEx/mir_string.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/plugins/UserInfoEx/mir_string.h b/plugins/UserInfoEx/mir_string.h
index ca8d90d2d0..558e86e508 100644
--- a/plugins/UserInfoEx/mir_string.h
+++ b/plugins/UserInfoEx/mir_string.h
@@ -31,28 +31,6 @@ Last change by : $Author: ing.u.horn $
#ifndef _MIR_STRING_H_INCLUDED_
#define _MIR_STRING_H_INCLUDED_
-class _A2T
-{
- 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);
- }
-
- __inline operator TCHAR*() const
- { return buf;
- }
-
- private: TCHAR* buf;
-};
-
#define mir_wcsdup mir_wstrdup
#ifdef _UNICODE