Skip to content

Commit

Permalink
Remove old @todo comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Jan 8, 2015
1 parent 328bcc8 commit 51ab26c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/polar/v2/trainingsession.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ class TrainingSession : public QObject {
Q_DECLARE_FLAGS(OutputFormats, OutputFormat)

enum GpxOption {
CluetrustGpxDataExtension = 0x0100, /// @todo Implement support (#29).
GarminAccelerationExtension = 0x0200, /// @todo Implement support (#32).
GarminTrackPointExtension = 0x0400, /// @todo Implement support (#30).
CluetrustGpxDataExtension = 0x0100,
GarminAccelerationExtension = 0x0200,
GarminTrackPointExtension = 0x0400,
};
Q_DECLARE_FLAGS(GpxOptions, GpxOption)

Expand Down

0 comments on commit 51ab26c

Please sign in to comment.