Fix warnings

This commit is contained in:
Filip Sykala 2022-04-05 13:08:01 +02:00
parent c88d9452c0
commit a5ae6394a5
2 changed files with 4 additions and 7 deletions

View file

@ -3120,9 +3120,6 @@ namespace Slic3r {
}
stream << "\"/>\n";
if (volume->text_configuration.has_value()) {
int j = 42;
}
// stores volume's source data
{
std::string input_file = xml_escape(m_fullpath_sources ? volume->source.input_file : boost::filesystem::path(volume->source.input_file).filename().string());