projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d0bc1d
)
removed unused vars
author
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 5 Apr 2000 21:36:31 +0000
(21:36 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 5 Apr 2000 21:36:31 +0000
(21:36 +0000)
progs/xdemos/glxdpyinfo.c
patch
|
blob
|
history
diff --git
a/progs/xdemos/glxdpyinfo.c
b/progs/xdemos/glxdpyinfo.c
index 9f834fd1d10c9672cef384d8622bb228f8ac1aa7..aef0c0289d9941c9218012f91357c2b94545b25e 100644
(file)
--- a/
progs/xdemos/glxdpyinfo.c
+++ b/
progs/xdemos/glxdpyinfo.c
@@
-1030,7
+1030,6
@@
int main (argc, argv)
char *displayname = NULL; /* server to contact */
int i; /* temp variable: iterator */
Bool multibuf = False;
- int mbuf_event_base, mbuf_error_base;
ProgramName = argv[0];