summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcuoco <cuoco@themanaworld.org>2022-12-22 23:09:03 +0100
committercuoco <cuoco@themanaworld.org>2022-12-22 23:09:03 +0100
commit2283fdf7d0ffd1d65f42f7586d3e5b365ca195d0 (patch)
treea2eca1647814672197eaaf73c93e73d726273dd4
parent5c702b945548722771aded05fd591f1dcbedefc0 (diff)
downloadplus-2283fdf7d0ffd1d65f42f7586d3e5b365ca195d0.tar.gz
plus-2283fdf7d0ffd1d65f42f7586d3e5b365ca195d0.tar.bz2
plus-2283fdf7d0ffd1d65f42f7586d3e5b365ca195d0.tar.xz
plus-2283fdf7d0ffd1d65f42f7586d3e5b365ca195d0.zip
white spaces
-rw-r--r--src/gui/popups/popupmenu.cpp1
-rw-r--r--src/gui/windows/worldselectdialog.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/popups/popupmenu.cpp b/src/gui/popups/popupmenu.cpp
index bbe8358fc..3ef275aae 100644
--- a/src/gui/popups/popupmenu.cpp
+++ b/src/gui/popups/popupmenu.cpp
@@ -414,7 +414,6 @@ void PopupMenu::showPopup(const int x, const int y, const Being *const being)
// TRANSLATORS: popup menu item
// TRANSLATORS: add monster to ignore list
_("Add to ignore list"));
-
if (isAllowCommand(ServerCommandType::mobinfo))
{
mBrowserBox->addRow("/monsterinfo 'BEINGSUBTYPEID'",
diff --git a/src/gui/windows/worldselectdialog.cpp b/src/gui/windows/worldselectdialog.cpp
index f99467b5d..80ec2aaff 100644
--- a/src/gui/windows/worldselectdialog.cpp
+++ b/src/gui/windows/worldselectdialog.cpp
@@ -136,7 +136,6 @@ void WorldSelectDialog::keyPressed(KeyEvent &event)
if (actionId == InputAction::GUI_UP) {
event.consume();
-
if (mWorldList->getSelected() > 0) {
mWorldList->setSelected(mWorldList->getSelected() - 1);
}