Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2017-11-02 18:21:34 +0300
committerbubnikv <bubnikv@gmail.com>2017-11-02 18:21:34 +0300
commite8b6d92d4d5852e5731d21afb90362285b2dd6f2 (patch)
tree11dc25cfe40ed5824629a6f64d701090ff2d4cee /xs/src/libslic3r/Utils.hpp
parent95c284c76431fcd3e21764b206ba6100c3179c1e (diff)
Looks like the reworked C++ preferences start to work again.
Diffstat (limited to 'xs/src/libslic3r/Utils.hpp')
-rw-r--r--xs/src/libslic3r/Utils.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/xs/src/libslic3r/Utils.hpp b/xs/src/libslic3r/Utils.hpp
index 9e4043818..308a2a118 100644
--- a/xs/src/libslic3r/Utils.hpp
+++ b/xs/src/libslic3r/Utils.hpp
@@ -25,7 +25,6 @@ std::string config_path(const std::string &file_name);
// The suffix ".ini" will be added if it is missing in the name.
std::string config_path(const std::string &section, const std::string &name);
-extern std::locale locale_utf8;
extern std::string encode_path(const char *src);
extern std::string decode_path(const char *src);
extern std::string normalize_utf8_nfc(const char *src);