From 8d7e6e3f5b5b0adda09a6e83701273c069abb93c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Capello?= Date: Wed, 6 Nov 2024 14:26:11 -0300 Subject: [PATCH] Remove MSVC warning deactivation This is because now it is disabled by using laf-base flags --- src/app/commands/cmd_mask_by_color.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/app/commands/cmd_mask_by_color.cpp b/src/app/commands/cmd_mask_by_color.cpp index f6411c739..1865539df 100644 --- a/src/app/commands/cmd_mask_by_color.cpp +++ b/src/app/commands/cmd_mask_by_color.cpp @@ -47,11 +47,6 @@ namespace app { using namespace ui; -// Disable warning about usage of "this" in initializer list. -#ifdef _MSC_VER -#pragma warning(disable:4355) -#endif - static const char* ConfigSection = "MaskColor"; struct MaskByColorParams : public NewParams {