Removed the unused force_autocenter parameter from Plater::update()

This commit is contained in:
bubnikv 2018-11-21 13:32:24 +01:00
parent ee99fa2c64
commit bc9de8956a
2 changed files with 5 additions and 5 deletions

View file

@ -125,7 +125,7 @@ public:
void load_files(const std::vector<boost::filesystem::path> &input_files);
#endif // ENABLE_NEW_MENU_LAYOUT
void update(bool force_autocenter = false);
void update();
void select_view(const std::string& direction);
void remove(size_t obj_idx);