summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-09-11 20:11:11 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2008-09-11 20:11:11 +0100
commitfd0ee68305609b23ee135c2c547dd883014ef6fb (patch)
tree7e426dc13c4ec2783d5b393b5d248a918b3be02e /progs
parentb66ee9e32fa044b39588df67c00858bbab64f13d (diff)
trivial: remove stray merge conflict
Diffstat (limited to 'progs')
-rw-r--r--progs/trivial/tri.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/progs/trivial/tri.c b/progs/trivial/tri.c
index c75acb3a5a..aa45adb6c2 100644
--- a/progs/trivial/tri.c
+++ b/progs/trivial/tri.c
@@ -60,10 +60,7 @@ static void Key(unsigned char key, int x, int y)
switch (key) {
case 27:
-<<<<<<< HEAD:progs/trivial/tri.c
glutDestroyWindow(win);
-=======
->>>>>>> gallium-0.1:progs/trivial/tri.c
exit(0);
default:
return;