mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-03 00:02:14 +00:00
Remove duplicate variable from OrcaSlicer.cpp
This commit is contained in:
@@ -2357,7 +2357,6 @@ int CLI::run(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ThumbnailsParams thumbnail_params;
|
|
||||||
GLShaderProgram* shader = opengl_mgr.get_shader("thumbnail");
|
GLShaderProgram* shader = opengl_mgr.get_shader("thumbnail");
|
||||||
if (!shader) {
|
if (!shader) {
|
||||||
BOOST_LOG_TRIVIAL(error) << boost::format("can not get shader for rendering thumbnail");
|
BOOST_LOG_TRIVIAL(error) << boost::format("can not get shader for rendering thumbnail");
|
||||||
|
|||||||
Reference in New Issue
Block a user