Skip to content

Commit

Permalink
Remove unused logging type.
Browse files Browse the repository at this point in the history
  • Loading branch information
horacekj committed Feb 28, 2023
1 parent 7e5de1c commit b7ee791
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Logging.pas
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ interface
lsTrainMove,
lsUsers,
lsStack,
lsRailway,
lsPT
);

Expand Down Expand Up @@ -106,8 +105,6 @@ function logColor(level: TLogLevel; source: TLogSource): TColor;
Result := RGB($F0, $F0, $D0);
lsStack:
Result := clWhite;
lsRailway:
Result := clHotLight;
lsPT:
Result := RGB($F0, $FF, $F0);
else
Expand Down Expand Up @@ -156,8 +153,6 @@ function logSourceStr(source: TLogSource): string;
Result := 'Uživatelé';
lsStack:
Result := 'Zásobník';
lsRailway:
Result := 'Trať';
lsPT:
Result := 'PT';
else
Expand Down

0 comments on commit b7ee791

Please sign in to comment.