diff options
-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); |