Remove duplicate variable from OrcaSlicer.cpp

This commit is contained in:
Ocraftyone 2023-11-27 02:50:36 -05:00
parent bbf9b5f558
commit a3d292ff71
No known key found for this signature in database
GPG key ID: 85836ED21AD4D125

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");