Skip to content

Commit d51607c

Browse files
committed
Fix warnings:
../tcsconsole/tcsmain.h:151:11: error: private field 'm_progressBar' is not used [-Werror,-Wunused-private-field] wxGauge *m_progressBar; ^
1 parent 24592a1 commit d51607c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tcsconsole/tcsmain.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ class tcFrame : public wxFrame
148148
private:
149149
wxDVPlotCtrl *m_plot;
150150
wxExtGridCtrl *m_grid;
151-
wxGauge *m_progressBar;
152151
wxTextCtrl *m_textOut;
153152
wxCheckListBox *m_varSelector;
154153
tcVisualEditor *m_visualEditor;

0 commit comments

Comments
 (0)