diff options
author | Stéphane Lenclud <github@lenclud.com> | 2019-04-28 10:46:45 +0200 |
---|---|---|
committer | Stéphane Lenclud <github@lenclud.com> | 2019-04-28 10:46:45 +0200 |
commit | b3a1c327bc3d8b7547171d99d3bfcf4d2714549c (patch) | |
tree | 2d1d74e8775ec808537d4ae28e7458ab5ab7ed38 /tracker-easy/tracker-easy.h | |
parent | 6fc9a425a00e98387cdd0023a39885b463cd2d02 (diff) |
Easy Tracker: Removing support for specific models such as clip and cap.
Only generic model supported from now on.
Removing vestige from calibration stuff.
Changing version to 1.0.
Diffstat (limited to 'tracker-easy/tracker-easy.h')
-rw-r--r-- | tracker-easy/tracker-easy.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tracker-easy/tracker-easy.h b/tracker-easy/tracker-easy.h index d99d4662..952f05a4 100644 --- a/tracker-easy/tracker-easy.h +++ b/tracker-easy/tracker-easy.h @@ -46,17 +46,6 @@ namespace EasyTracker }; } - namespace Model - { - // Order matters, it must match the order of the UI tabs - enum Type - { - Clip, - Cap, - Custom - }; - } - static const QString KModuleName = "tracker-easy"; class Dialog; |