From 086642d374730559c801edb7b4681052c0941919 Mon Sep 17 00:00:00 2001 From: Takashi Sawanaka Date: Sun, 17 Nov 2024 06:34:47 +0900 Subject: [PATCH] Title bar background color and text color follow windows settings when not customized (#2505) (3) --- Src/Common/MDITabBar.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Src/Common/MDITabBar.h b/Src/Common/MDITabBar.h index a7bfd3bc9d3..51df2c6f361 100644 --- a/Src/Common/MDITabBar.h +++ b/Src/Common/MDITabBar.h @@ -81,8 +81,6 @@ class CMyTabCtrl : public CTabCtrl void SwapTabs(int nIndexA, int nIndexB); int GetMaxTitleLength() const; void UpdateToolTips(int index); - COLORREF GetDwmTitleTextColor() const; - COLORREF GetDwmTitlebarColor() const; }; /**