From 06835c98efd09152920825c01543003bba7f309d Mon Sep 17 00:00:00 2001 From: simon Date: Tue, 24 Oct 2000 13:39:21 +0000 Subject: [PATCH] Remove a rogue diagnostic git-svn-id: svn://svn.tartarus.org/sgt/putty@758 cda61777-01e9-0310-a592-d414129be87e --- windlg.c | 1 - 1 file changed, 1 deletion(-) diff --git a/windlg.c b/windlg.c index c085e6ae..d9e42e31 100644 --- a/windlg.c +++ b/windlg.c @@ -1601,7 +1601,6 @@ static int GenericMainDlgProc (HWND hwnd, UINT msg, 0, 0); if (!cfg.bold_colour) i = (i < 3 ? i*2 : i == 3 ? 5 : i*2-2); -debug(("ooh\n")); SetDlgItemInt (hwnd, IDC_RVALUE, cfg.colours[i][0], FALSE); SetDlgItemInt (hwnd, IDC_GVALUE, cfg.colours[i][1], FALSE); SetDlgItemInt (hwnd, IDC_BVALUE, cfg.colours[i][2], FALSE); -- 2.11.0