Skip to content

Commit

Permalink
fix: remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
phacUFPE committed Jul 28, 2024
1 parent f721c38 commit dafc9b3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions source/properties_window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,6 @@ void PropertiesWindow::createTeleportDestinationCtrl(wxPanel* panel, wxFlexGridS
destinationZField->Bind(wxEVT_KILL_FOCUS, &PropertiesWindow::OnKillFocus, this);
destinationXField->Bind(wxEVT_TEXT_PASTE, &PropertiesWindow::OnClipboardText, this);
gridsizer->Add(subGridSizer);

/*
gridsizer->Add(newd wxStaticText(panel, wxDESTINATION_CTRL, "Destination"));
teleportDestinationField = newd PositionCtrl(panel, "", teleport->getX(), teleport->getY(), teleport->getZ(), edit_map->getWidth(), edit_map->getHeight());
gridsizer->Add(teleportDestinationField, wxSizerFlags(1).Expand());
*/
}
}

Expand Down

0 comments on commit dafc9b3

Please sign in to comment.