Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kocik <kocikdav@gmail.com>2019-12-13 17:26:42 +0300
committerDavid Kocik <kocikdav@gmail.com>2019-12-13 17:26:42 +0300
commit81a2f8535af7e7bab692626456f2d0b7d11bd0cc (patch)
tree03ac4edd5585e1f324b917bd9fe4121a6008847f /src/slic3r/GUI/RemovableDriveManager.cpp
parent2df903640bc4c5e9906aef0bf7a6b9beb3acc169 (diff)
parent7e87d093fcf7cbb3db5137140f5ee12f84dd47de (diff)
merge
Diffstat (limited to 'src/slic3r/GUI/RemovableDriveManager.cpp')
-rw-r--r--src/slic3r/GUI/RemovableDriveManager.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/slic3r/GUI/RemovableDriveManager.cpp b/src/slic3r/GUI/RemovableDriveManager.cpp
index 77a387aaf..1c2a29b0b 100644
--- a/src/slic3r/GUI/RemovableDriveManager.cpp
+++ b/src/slic3r/GUI/RemovableDriveManager.cpp
@@ -329,7 +329,6 @@ bool RemovableDriveManager::compare_filesystem_id(const std::string &path_a, con
dev_t id_b = buf.st_dev;
return id_a == id_b;
}
-
void RemovableDriveManager::eject_drive(const std::string &path)
{
if (m_current_drives.empty())
@@ -518,4 +517,3 @@ void RemovableDriveManager::reset_last_save_path()
m_last_save_path = "";
}
}}//namespace Slicer::Gui
-