Removed unnecesarry references

This commit is contained in:
Dániel Battyányi
2023-07-20 12:38:17 +02:00
parent 0ab53c39d1
commit c79b75cea8
4 changed files with 64 additions and 58 deletions

View File

@@ -137,10 +137,10 @@ private:
#define DEFAULT_SPOT_WIDTH 8
SpotPicker* const picker;
SpotPicker picker;
Gtk::Label* const refInputLabel;
SpotPicker* const refPicker;
SpotPicker refPicker;
int* displayRectWidth;