diff options
author | John Ankarström <john@ankarstrom.se> | 2022-07-19 15:36:05 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-07-19 15:36:05 +0200 |
commit | 0635058400597e43d698c87caf3d3ca4f802e0bd (patch) | |
tree | 621ab419b9b0f7c8466982636d0728a6fb4f460d | |
parent | 665af5653391baa19bd678bc27d3157360edc6fc (diff) | |
download | EpisodeBrowser-0635058400597e43d698c87caf3d3ca4f802e0bd.tar.gz |
Remove old comment.
-rw-r--r-- | c/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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); |