Removes default value initializers
This commit is contained in:
parent
ff26dfa375
commit
f0a48ad431
19 changed files with 37 additions and 37 deletions
|
|
@ -150,7 +150,7 @@ namespace Server
|
|||
set => _PostHSFormat = value;
|
||||
}
|
||||
|
||||
private static bool _PostHSFormat = false;
|
||||
private static bool _PostHSFormat;
|
||||
|
||||
private Point2D m_Min, m_Max, m_Center;
|
||||
private int m_Width, m_Height;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue