diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2011-08-08 16:11:37 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2011-08-08 16:11:37 +0200 |
commit | ea26a9f5431b0efac4622bc4b0bdc0a69d44c2c6 (patch) | |
tree | 0f4fd867b715b9c7305789ef398a395c20b8eb95 | |
parent | f9e1b0cd979598d263ac5a3cfa869674551609b1 (diff) | |
download | minetest-ea26a9f5431b0efac4622bc4b0bdc0a69d44c2c6.tar.gz minetest-ea26a9f5431b0efac4622bc4b0bdc0a69d44c2c6.tar.bz2 minetest-ea26a9f5431b0efac4622bc4b0bdc0a69d44c2c6.zip |
Remove spurious assignment
-rw-r--r-- | src/main.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp index 4f57fc078..d93cdba1e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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]"); |