mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-11 16:00:17 -07:00
Remove duplicate variable from OrcaSlicer.cpp
This commit is contained in:
parent
bbf9b5f558
commit
a3d292ff71
1 changed files with 0 additions and 1 deletions
|
|
@ -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");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue