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-12-11 00:11:00 +0300
committerbubnikv <bubnikv@gmail.com>2017-12-11 00:11:00 +0300
commit679aa2822c71e77624e68e83305fe8638b062a39 (patch)
tree1f074216ffb04a703330d64e15aa2fe1d82daa4a /xs/src/libslic3r/Utils.hpp
parentca4bd96d5d31c5515fd14b144c3b281876861c11 (diff)
Moved the Slic3rPE/print,filament,printer folders to
Slic3rPE/presets/print,filament,printer to separate the presets from further data stored into the Slic3rPE directory.
Diffstat (limited to 'xs/src/libslic3r/Utils.hpp')
-rw-r--r--xs/src/libslic3r/Utils.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/xs/src/libslic3r/Utils.hpp b/xs/src/libslic3r/Utils.hpp
index d988de860..3afbc912f 100644
--- a/xs/src/libslic3r/Utils.hpp
+++ b/xs/src/libslic3r/Utils.hpp
@@ -24,11 +24,6 @@ const std::string& resources_dir();
void set_data_dir(const std::string &path);
// Return a full path to the GUI resource files.
const std::string& data_dir();
-// Return a full path to a configuration file given its file name..
-std::string config_path(const std::string &file_name);
-// Return a full path to a configuration file given the section and 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::string encode_path(const char *src);
extern std::string decode_path(const char *src);