Skip to content

Commit

Permalink
Remove and roll-back ResultNote changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjsr committed Jan 31, 2025
1 parent ac94c3a commit 400eebc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions MainWin.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
from LapCounter import LapCounter
from Announcer import Announcer
from Primes import Primes, GetGrid
from ResultNote import ResultNote
from Prizes import Prizes
from HistogramPanel import HistogramPanel
from UnmatchedTagsGantt import UnmatchedTagsGantt
Expand Down Expand Up @@ -690,7 +689,6 @@ def addPage( page, name ):
[ 'categories', Categories, _('Categories') ],
[ 'properties', Properties, _('Properties') ],
[ 'primes', Primes, _('Primes') ],
[ 'resultNote', ResultNote, _('Result Notes') ],
[ 'prizes', Prizes, _('Prizes') ],
[ 'raceAnimation', RaceAnimation, _('Animation') ],
#[ 'situation', Situation, _('Situation') ],
Expand Down

0 comments on commit 400eebc

Please sign in to comment.