From 9cac8725fa2b93fcd0bd74bcceb087b486140f6e Mon Sep 17 00:00:00 2001 From: Alex Shvartzkop Date: Sat, 4 Jan 2025 11:30:33 +0500 Subject: [PATCH] Fix build error. --- common/jobs/job_pcb_render.h | 1 - 1 file changed, 1 deletion(-) 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;