mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-16 22:18:30 +00:00
Remove MSVC warning deactivation
This is because now it is disabled by using laf-base flags
This commit is contained in:
parent
2596af548a
commit
8d7e6e3f5b
@ -47,11 +47,6 @@ namespace app {
|
|||||||
|
|
||||||
using namespace ui;
|
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";
|
static const char* ConfigSection = "MaskColor";
|
||||||
|
|
||||||
struct MaskByColorParams : public NewParams {
|
struct MaskByColorParams : public NewParams {
|
||||||
|
Loading…
Reference in New Issue
Block a user