[shared] Remove angleUnitVersion

The angleUnitVersion check is no longer needed, as changing the angle
unit with a trigonometric function set would leave the cursor hanging.

Change-Id: I17d99c05daeacfec953865158cdfe7706635cd32
This commit is contained in:
Gabriel Ozouf
2020-11-16 12:26:56 +01:00
committed by EmilieNumworks
parent 5e679b7bc8
commit 56e03aae0c
10 changed files with 12 additions and 21 deletions

View File

@@ -7,8 +7,7 @@ namespace Shared {
FunctionApp::Snapshot::Snapshot() :
m_cursor(),
m_indexFunctionSelectedByCursor(0),
m_rangeVersion(0),
m_angleUnitVersion(Preferences::AngleUnit::Radian)
m_rangeVersion(0)
{
}