Cleanup: Remove incorrect comment

Tab background is no longer per editor, it's a global theme setting.
This commit is contained in:
Pablo Vazquez
2025-09-12 14:54:11 +02:00
parent 7f62d5d85e
commit 4e629a6cb1

View File

@@ -306,7 +306,6 @@ const uchar *UI_ThemeGetColorPtr(bTheme *btheme, int spacetype, int colorid)
cp = btheme->tui.wcol_tab.outline_sel;
break;
case TH_TAB_BACK:
/* Tab background is set per editor. */
cp = btheme->regions.sidebars.tab_back;
break;