win32: cleanup

git-svn-id: trunk@30013 -
This commit is contained in:
paul 2011-03-25 08:56:24 +00:00
parent 3fe1a6d2a2
commit d3caac78b7
2 changed files with 0 additions and 5 deletions

View File

@ -332,8 +332,6 @@ end;
{ TWin32ComboBoxStringList }
procedure TWin32ComboBoxStringList.InitFlags;
var
R: TRect;
begin
FFlagSort := UINT(CBS_SORT);
FFlagGetText := UINT(CB_GETLBTEXT);

View File

@ -34,9 +34,6 @@
// {$DEFINE ASSERT_IS_ON}
{$ENDIF}
const
BOOL_TEXT: array[Boolean] of string = ('False', 'True');
//##apiwiz##sps## // Do not remove
{------------------------------------------------------------------------------