Revert "medical"

This reverts commit 117302ba22.
This commit is contained in:
Vojtech Bubnik 2021-11-11 11:22:57 +01:00
parent 17686b4814
commit 3a93277531
12 changed files with 12 additions and 29 deletions

View file

@ -14,7 +14,7 @@ namespace Slic3r { namespace GUI {
class BitmapCache
{
public:
BitmapCache(bool medical);
BitmapCache();
~BitmapCache() { clear(); }
void clear();
double scale() { return m_scale; }
@ -42,7 +42,6 @@ public:
static bool parse_color(const std::string& scolor, unsigned char* rgb_out);
private:
bool m_medical;
std::map<std::string, wxBitmap*> m_map;
double m_gs = 0.2; // value, used for image.ConvertToGreyscale(m_gs, m_gs, m_gs)
double m_scale = 1.0; // value, used for correct scaling of SVG icons on Retina display