summaryrefslogtreecommitdiff
path: root/apps/gui/pitchscreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/pitchscreen.h')
-rw-r--r--apps/gui/pitchscreen.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/gui/pitchscreen.h b/apps/gui/pitchscreen.h
index e421c6559e..41eb1fd415 100644
--- a/apps/gui/pitchscreen.h
+++ b/apps/gui/pitchscreen.h
@@ -22,11 +22,6 @@
22#ifndef _PITCHSCREEN_H_ 22#ifndef _PITCHSCREEN_H_
23#define _PITCHSCREEN_H_ 23#define _PITCHSCREEN_H_
24 24
25/* precision of the pitch and speed variables */
26/* One zero per decimal (100 means two decimal places */
27#define PITCH_SPEED_PRECISION 100L
28#define PITCH_SPEED_100 (100L * PITCH_SPEED_PRECISION) /* 100% speed */
29
30int gui_syncpitchscreen_run(void); 25int gui_syncpitchscreen_run(void);
31 26
32#endif /* _PITCHSCREEN_H_ */ 27#endif /* _PITCHSCREEN_H_ */