Fix a few warnings in PrintHostDialogs, UploadDialogs

This commit is contained in:
Vojtech Kral 2019-09-06 14:48:31 +02:00
parent a985a2720f
commit d096804a24
4 changed files with 5 additions and 10 deletions

View file

@ -37,7 +37,6 @@ public:
private:
wxTextCtrl *txt_filename;
wxCheckBox *box_print;
bool can_start_print;
};