Fix warnings
This commit is contained in:
parent
c88d9452c0
commit
a5ae6394a5
2 changed files with 4 additions and 7 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue