From 3dc7728038860bda6eb4b0de1f4a3e14ec9e86cc Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 5 May 2016 21:49:56 +0200 Subject: we always only use the "C" locale when saving. --- libs/pbd/pbd/locale_guard.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libs/pbd/pbd') 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; }; -- cgit v1.2.3