From 0635058400597e43d698c87caf3d3ca4f802e0bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Tue, 19 Jul 2022 15:36:05 +0200 Subject: Remove old comment. --- c/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/c/main.cpp b/c/main.cpp index 5dd5833..ae192dc 100644 --- a/c/main.cpp +++ b/c/main.cpp @@ -183,8 +183,6 @@ static LRESULT CALLBACK CBTProc(const int nCode, const WPARAM wParam, const LPAR lf.lfWeight = FW_BOLD; g_hfBold = CreateFontIndirect(&lf); - /* Get DPI. */ - /* Create child windows. */ g_pDlv = new DataListView(g_hWnd); g_pElv = new EpisodeListView(g_hWnd); -- cgit v1.2.3