From 67126d6f4808656c68827e23cfcbbee3c0388f4a Mon Sep 17 00:00:00 2001 From: bubnikv Date: Mon, 27 Mar 2017 09:06:24 +0200 Subject: [PATCH] Moved the NVIDIA and AMD hints to the slic3r.exe wrapper. --- xs/src/slic3r/GUI/GUI.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/xs/src/slic3r/GUI/GUI.cpp b/xs/src/slic3r/GUI/GUI.cpp index c3f03a86f..934d07ebd 100644 --- a/xs/src/slic3r/GUI/GUI.cpp +++ b/xs/src/slic3r/GUI/GUI.cpp @@ -5,10 +5,6 @@ #elif _WIN32 #include #pragma comment(lib, "user32.lib") -extern "C" { -__declspec(dllexport) DWORD NvOptimusEnablement = 0x00000001; -__declspec(dllexport) int AmdPowerXpressRequestHighPerformance = 1; -} #endif namespace Slic3r { namespace GUI {