Skip to content

Commit 71491db

Browse files
committed
* Fixed build warning (value assigned not used)
1 parent ed83450 commit 71491db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Designer/Classes/RibbonMarkup.pas

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1924,7 +1924,6 @@ function TRibbonList<T>.Reorder(const Child: TRibbonObject;
19241924
Item: T;
19251925
Index: Integer;
19261926
begin
1927-
Result := False;
19281927
Item := T(Child);
19291928
Index := FItems.IndexOf(Item);
19301929
if (Direction < 0) then

0 commit comments

Comments
 (0)