diff --git a/common/jobs/job_pcb_render.h b/common/jobs/job_pcb_render.h index 5c555fc0c4..a2b5a2db12 100644 --- a/common/jobs/job_pcb_render.h +++ b/common/jobs/job_pcb_render.h @@ -82,7 +82,6 @@ public: FORMAT m_format = FORMAT::PNG; QUALITY m_quality = QUALITY::BASIC; - BG_STYLE m_bgStyle = BG_STYLE::BG_DEFAULT; BG_STYLE m_bgStyle = BG_STYLE::DEFAULT; int m_width = 0; int m_height = 0;