From 5078604182459d796ef4e410a6b070ac4399576f Mon Sep 17 00:00:00 2001 From: bubnikv Date: Mon, 6 Jan 2020 11:59:24 +0100 Subject: [PATCH] Trying to fix Linux compilation --- src/slic3r/GUI/RemovableDriveManager.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/slic3r/GUI/RemovableDriveManager.cpp b/src/slic3r/GUI/RemovableDriveManager.cpp index 8586cf474..5041e2120 100644 --- a/src/slic3r/GUI/RemovableDriveManager.cpp +++ b/src/slic3r/GUI/RemovableDriveManager.cpp @@ -18,7 +18,6 @@ GUID WceusbshGUID = { 0x25dbce51, 0x6c8f, 0x4a72, #include #include #include -#include #include #include #include @@ -240,10 +239,8 @@ void RemovableDriveManager::search_for_drives() //search /media/* folder search_path("/media/*", "/media"); -/* //search /Volumes/* folder (OSX) - search_path("/Volumes/*", "/Volumes"); -*/ + //search_path("/Volumes/*", "/Volumes"); std::string path(std::getenv("USER")); std::string pp(path); //std::cout << "user: "<< path << "\n";