Remove spurious assignment
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Mon, 8 Aug 2011 14:11:37 +0000 (16:11 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Mon, 8 Aug 2011 14:11:37 +0000 (16:11 +0200)
src/main.cpp

index 4f57fc078e05921e86ad5bceac0960795e9b1baf..d93cdba1edf2f31b907a346fa04c8fb27cdf33f7 100644 (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]");