From bf1f4769eca14e274a29e117bddc338858fea598 Mon Sep 17 00:00:00 2001 From: Don Ho Date: Tue, 13 May 2025 22:47:40 +0200 Subject: [PATCH] Clean up header file (part 1) --- PowerEditor/src/menuCmdID.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PowerEditor/src/menuCmdID.h b/PowerEditor/src/menuCmdID.h index ae0c9a1ed..ccd1284f0 100644 --- a/PowerEditor/src/menuCmdID.h +++ b/PowerEditor/src/menuCmdID.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2024 Don HO +// Copyright (C)2025 Don HO // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -471,7 +471,6 @@ #define IDM_FORMAT_KOI8R_CYRILLIC (IDM_FORMAT_ENCODE + 48) #define IDM_FORMAT_ENCODE_END IDM_FORMAT_KOI8R_CYRILLIC - //#define IDM_FORMAT_CONVERT 200 #define IDM_LANG (IDM + 6000) #define IDM_LANGSTYLE_CONFIG_DLG (IDM_LANG + 1)