Skip to content

Commit

Permalink
Update PropulsionSubsystem.cpp
Browse files Browse the repository at this point in the history
Removed unused variable ‘pLabelLocX’, unused variable ‘pEntryLocX’, unused variable ‘pLabelLocY’, unused variable ‘pEntryLocY’, unused variable ‘pLabelLocZ’ and unused variable ‘pEntryLocZ’ for compile warnings issue #48
  • Loading branch information
LilRiceBaby authored Dec 2, 2024
1 parent a3977a3 commit fd5883d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/Propulsion/PropulsionSubsystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,15 +171,6 @@ void PropulsionSubsystem::Create() {
Gtk::Label* pLabelTK = Gtk::make_managed<Gtk::Label>("Select Tank:");
// Create the ComboBoxText (dropdown menu) for Tank selection
Gtk::ComboBoxText* pComboBoxTK = Gtk::make_managed<Gtk::ComboBoxText>();
// Location UI for Tank
Gtk::Label* pLabelLocX = Gtk::make_managed<Gtk::Label>("Location X:");
Gtk::Entry* pEntryLocX = Gtk::make_managed<Gtk::Entry>();

Gtk::Label* pLabelLocY = Gtk::make_managed<Gtk::Label>("Location Y:");
Gtk::Entry* pEntryLocY = Gtk::make_managed<Gtk::Entry>();

Gtk::Label* pLabelLocZ = Gtk::make_managed<Gtk::Label>("Location Z:");
Gtk::Entry* pEntryLocZ = Gtk::make_managed<Gtk::Entry>();

pComboBoxTK->append("No Selection");
pComboBoxTK->append("FULL TANK 1000 GALLONS");
Expand Down

0 comments on commit fd5883d

Please sign in to comment.