Skip to content

Commit

Permalink
[Cleanup] Remove outdated channel declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
kanitw committed Feb 10, 2019
1 parent e1b09f0 commit dac9df7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ export namespace Channel {
export const Y: 'y' = 'y';
export const X2: 'x2' = 'x2';
export const Y2: 'y2' = 'y2';
export const XERROR: 'xError' = 'xError';
export const YERROR: 'yError' = 'yError';
export const XERROR2: 'xError2' = 'xError2';
export const YERROR2: 'yError2' = 'yError2';

// Geo Position
export const LATITUDE: 'latitude' = 'latitude';
export const LONGITUDE: 'longitude' = 'longitude';
Expand Down

0 comments on commit dac9df7

Please sign in to comment.