Remove spurious assignment

This commit is contained in:
Giuseppe Bilotta 2011-08-08 16:11:37 +02:00
parent f9e1b0cd97
commit ea26a9f543
1 changed files with 0 additions and 3 deletions

View File

@ -1378,9 +1378,6 @@ int main(int argc, char *argv[])
if (device == 0)
return 1; // could not create selected driver.
// Set device in game parameters
device = device;
// Set the window caption
device->setWindowCaption(L"Minetest [Main Menu]");