Skip to content
Snippets Groups Projects
Commit bbae7eea authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

unused vars

parent 1f2591c9
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ class solverButton : public Fl_Group {
private:
Fl_Button *_butt[2];
Fl_Menu_Button *_popup;
char _tooltip[256], _arrow[32];
char _tooltip[256];
public:
solverButton(int x, int y, int w, int h, int num, Fl_Color col);
void copy_label(const std::string &label){ _butt[0]->copy_label(label.c_str()); }
......
......@@ -17,7 +17,7 @@ class viewButton : public Fl_Group {
Fl_Check_Button *_toggle;
Fl_Button *_butt;
Fl_Menu_Button *_popup;
char _tooltip[256], _arrow[32];
char _tooltip[256];
public:
viewButton(int x, int y, int w, int h, int num, Fl_Color col);
double value() { return _toggle->value(); }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment