summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd')
-rw-r--r--libs/pbd/pbd/locale_guard.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/pbd/pbd/locale_guard.h b/libs/pbd/pbd/locale_guard.h
index 3d37562ced..3342603f20 100644
--- a/libs/pbd/pbd/locale_guard.h
+++ b/libs/pbd/pbd/locale_guard.h
@@ -29,11 +29,9 @@ namespace PBD {
struct LIBPBD_API LocaleGuard {
public:
LocaleGuard ();
- LocaleGuard (const char*); // deprecated
~LocaleGuard ();
private:
- void init ();
std::locale old_cpp;
char* old_c;
};