projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9e1b0c
)
Remove spurious assignment
author
Giuseppe Bilotta
<giuseppe.bilotta@gmail.com>
Mon, 8 Aug 2011 14:11:37 +0000
(16:11 +0200)
committer
Giuseppe Bilotta
<giuseppe.bilotta@gmail.com>
Mon, 8 Aug 2011 14:11:37 +0000
(16:11 +0200)
src/main.cpp
patch
|
blob
|
history
diff --git
a/src/main.cpp
b/src/main.cpp
index 4f57fc078e05921e86ad5bceac0960795e9b1baf..d93cdba1edf2f31b907a346fa04c8fb27cdf33f7 100644
(file)
--- 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]");