aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);