Removed obsolete method from GLVolumeCollection

This commit is contained in:
enricoturri1966 2021-05-13 14:56:35 +02:00
parent d54548367a
commit e0dd7edb21
2 changed files with 0 additions and 24 deletions

View file

@ -590,8 +590,6 @@ public:
// Return CPU, GPU and total memory log line.
std::string log_memory_info() const;
bool has_toolpaths_to_export() const;
private:
GLVolumeCollection(const GLVolumeCollection &other);
GLVolumeCollection& operator=(const GLVolumeCollection &);