Qt: cleanup

git-svn-id: trunk@25069 -
This commit is contained in:
zeljko 2010-04-29 19:30:25 +00:00
parent 02e09dd031
commit c77f948063
2 changed files with 0 additions and 4 deletions

View File

@ -159,9 +159,6 @@ begin
QTextEdit_setAlignment(FQtTextEdit, AlignmentMap[TCustomMemo(FOwner).Alignment]);
FUpdating := False;
{FillChar(Mess, SizeOf(Mess), #0);
(FOwner as TCustomMemo).Modified := False;
FOwner.Dispatch(TLMessage(Mess));}
IsChanged;
FUpdating := False;
end;

View File

@ -8667,7 +8667,6 @@ function TQtTreeWidget.CreateWidget(const AParams: TCreateParams):QWidgetH;
var
Parent: QWidgetH;
begin
// Creates the widget
{$ifdef VerboseQt}
WriteLn('TQtTreeWidget.Create');
{$endif}