diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2000-04-05 21:36:31 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2000-04-05 21:36:31 +0000 |
commit | c69208451ee0d4db118518fb25b2a4aabd08c994 (patch) | |
tree | cb9558e484e1e70281e747b36e5b7985cd2f3f57 | |
parent | 9d0bc1d63347755fa708c1da9d4359108f226f3c (diff) |
removed unused vars
-rw-r--r-- | progs/xdemos/glxdpyinfo.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/progs/xdemos/glxdpyinfo.c b/progs/xdemos/glxdpyinfo.c index 9f834fd1d1..aef0c0289d 100644 --- 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]; |