Get rid of an unused member field in the XRC sample

This fixes MSVC 14 warning about a local variable shadowing a class member and
makes the code less confusing.
This commit is contained in:
Vadim Zeitlin
2016-02-05 22:32:23 +01:00
parent 43340b3526
commit fd137b1876
2 changed files with 2 additions and 3 deletions

View File

@@ -63,7 +63,6 @@ private:
void ClearCalculator();
wxNotebook *nb;
wxTextCtrl *text;
wxTextCtrl *result_txt;
int current;
int previous;