PrusaSlicer-NonPlainar/src/slic3r
Vojtech Bubnik 9a2310ae98 Fix of [prusa3d/PrusaSlicer] Remove unnecessary null pointer checks (#5813)
Don't use
if (ptr)
	delete ptr;
call
delete ptr;
directly, it contains the test for null ptr.
2021-01-18 09:33:19 +01:00
..
Config Fixed missing include. 2020-12-07 19:47:37 +01:00
GUI Fix of [prusa3d/PrusaSlicer] Remove unnecessary null pointer checks (#5813) 2021-01-18 09:33:19 +01:00
Utils Replaced __linux macro with __linux__ 2021-01-11 13:31:30 +01:00
CMakeLists.txt Fixed build regression in commit a5882a1a1c on some Linux platforms. We need to link with GTK libs after all. 2021-01-10 22:39:59 -08:00
pchheader.cpp
pchheader.hpp Fixing OSX and Linux builds 2020-04-01 10:09:31 +02:00