From c83a5930b1635c1d76ce5158c3ec6e169ab723f0 Mon Sep 17 00:00:00 2001 From: Mike McCormack Date: Mon, 9 Jan 2006 17:16:14 +0100 Subject: [PATCH] user32: Update the list of things to fix in the Combo control. --- dlls/user/combo.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/user/combo.c b/dlls/user/combo.c index 89d356bf205..4fab7f3c40c 100644 --- a/dlls/user/combo.c +++ b/dlls/user/combo.c @@ -29,7 +29,6 @@ * TODO: * - ComboBox_[GS]etMinVisible() * - CB_GETMINVISIBLE, CB_SETMINVISIBLE - * - CB_LIMITTEXT * - CB_SETTOPINDEX */