mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Get rid of unused variables
This commit is contained in:
parent
bbd8e645a2
commit
60bd878f0a
1 changed files with 0 additions and 2 deletions
|
@ -263,7 +263,6 @@ void GUIKeyChangeMenu::regenerateGui(v2u32 screensize)
|
||||||
{
|
{
|
||||||
core::rect < s32 > rect(0, 0, 100, 20);
|
core::rect < s32 > rect(0, 0, 100, 20);
|
||||||
rect += topleft + v2s32(offset.X, offset.Y);
|
rect += topleft + v2s32(offset.X, offset.Y);
|
||||||
const wchar_t *text = L"Range select";
|
|
||||||
Environment->addStaticText(chartowchar_t(gettext("Range select")),
|
Environment->addStaticText(chartowchar_t(gettext("Range select")),
|
||||||
rect, false, true, this, -1);
|
rect, false, true, this, -1);
|
||||||
//t->setTextAlignment(gui::EGUIA_CENTER, gui::EGUIA_UPPERLEFT);
|
//t->setTextAlignment(gui::EGUIA_CENTER, gui::EGUIA_UPPERLEFT);
|
||||||
|
@ -281,7 +280,6 @@ void GUIKeyChangeMenu::regenerateGui(v2u32 screensize)
|
||||||
{
|
{
|
||||||
core::rect < s32 > rect(0, 0, 100, 20);
|
core::rect < s32 > rect(0, 0, 100, 20);
|
||||||
rect += topleft + v2s32(offset.X, offset.Y);
|
rect += topleft + v2s32(offset.X, offset.Y);
|
||||||
const wchar_t *text = L"Print stacks";
|
|
||||||
Environment->addStaticText(chartowchar_t(gettext("Print stacks")),
|
Environment->addStaticText(chartowchar_t(gettext("Print stacks")),
|
||||||
rect, false, true, this, -1);
|
rect, false, true, this, -1);
|
||||||
//t->setTextAlignment(gui::EGUIA_CENTER, gui::EGUIA_UPPERLEFT);
|
//t->setTextAlignment(gui::EGUIA_CENTER, gui::EGUIA_UPPERLEFT);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue