Remove duplicate variable from OrcaSlicer.cpp

This commit is contained in:
Ocraftyone
2023-11-27 02:50:36 -05:00
parent bbf9b5f558
commit a3d292ff71

View File

@@ -2357,7 +2357,6 @@ int CLI::run(int argc, char **argv)
}
}
ThumbnailsParams thumbnail_params;
GLShaderProgram* shader = opengl_mgr.get_shader("thumbnail");
if (!shader) {
BOOST_LOG_TRIVIAL(error) << boost::format("can not get shader for rendering thumbnail");