git.cweiske.de
/
enigma2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e36141
)
variable double_buffer is not used when compiled with SDL
author
Andreas Oberritter
<obi@opendreambox.org>
Sun, 22 Jan 2006 12:24:55 +0000
(12:24 +0000)
committer
Andreas Oberritter
<obi@opendreambox.org>
Sun, 22 Jan 2006 12:24:55 +0000
(12:24 +0000)
main/enigma.cpp
patch
|
blob
|
history
diff --git
a/main/enigma.cpp
b/main/enigma.cpp
index c868902f860a56434c024c6ea8d8f4fce69d44de..2c719225b6f3ca2ed23d343e5a09faca4ac66fa4 100644
(file)
--- a/
main/enigma.cpp
+++ b/
main/enigma.cpp
@@
-153,8
+153,6
@@
int main(int argc, char **argv)
ePython python;
eMain main;
- int double_buffer = 0;
-
#if 1
#ifdef SDLDC
ePtr<gSDLDC> my_dc;
@@
-163,7
+161,7
@@
int main(int argc, char **argv)
ePtr<gFBDC> my_dc;
gFBDC::getInstance(my_dc);
- double_buffer = my_dc->haveDoubleBuffering();
+
int
double_buffer = my_dc->haveDoubleBuffering();
#endif
ePtr<gLCDDC> my_lcd_dc;