From 095158d70c9e7482fdcecd5b0f3e89b6367ef41d Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Fri, 6 Jun 2025 18:27:32 +0200 Subject: [PATCH] Fix a minor compil warning --- common/locale_io.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/locale_io.cpp b/common/locale_io.cpp index cd0ba1eaff..5417637254 100644 --- a/common/locale_io.cpp +++ b/common/locale_io.cpp @@ -81,9 +81,7 @@ void KiAssertFilter( const wxString &file, int line, static std::atomic locale_count( 0 ); LOCALE_IO::LOCALE_IO() -#if USE_WXLOCALE : m_wxLocale( nullptr ) -#endif { // use thread safe, atomic operation if( locale_count++ == 0 )