aboutsummaryrefslogtreecommitdiff
path: root/c/main.cpp
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-07-19 15:36:05 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-07-19 15:36:05 +0200
commit0635058400597e43d698c87caf3d3ca4f802e0bd (patch)
tree621ab419b9b0f7c8466982636d0728a6fb4f460d /c/main.cpp
parent665af5653391baa19bd678bc27d3157360edc6fc (diff)
downloadEpisodeBrowser-0635058400597e43d698c87caf3d3ca4f802e0bd.tar.gz
Remove old comment.
Diffstat (limited to 'c/main.cpp')
-rw-r--r--c/main.cpp2
1 files changed, 0 insertions, 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);