mirror of
https://github.com/minetest/minetest.git
synced 2025-02-17 10:23:47 +01:00
Remove spurious assignment
This commit is contained in:
@ -1378,9 +1378,6 @@ int main(int argc, char *argv[])
|
|||||||
if (device == 0)
|
if (device == 0)
|
||||||
return 1; // could not create selected driver.
|
return 1; // could not create selected driver.
|
||||||
|
|
||||||
// Set device in game parameters
|
|
||||||
device = device;
|
|
||||||
|
|
||||||
// Set the window caption
|
// Set the window caption
|
||||||
device->setWindowCaption(L"Minetest [Main Menu]");
|
device->setWindowCaption(L"Minetest [Main Menu]");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user