mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[poincare] Clean useless enum entry in Preferences
This commit is contained in:
committed by
LeaNumworks
parent
b617ea36d1
commit
2f259efe86
@@ -20,13 +20,11 @@ public:
|
||||
};
|
||||
enum class ComplexFormat {
|
||||
Cartesian = 0,
|
||||
Polar = 1,
|
||||
Default = 2
|
||||
Polar = 1
|
||||
};
|
||||
enum class AngleUnit {
|
||||
Degree = 0,
|
||||
Radian = 1,
|
||||
Default = 2
|
||||
Radian = 1
|
||||
};
|
||||
Preferences();
|
||||
static Preferences * sharedPreferences();
|
||||
|
||||
Reference in New Issue
Block a user