trivial: remove stray merge conflict
authorKeith Whitwell <keith@tungstengraphics.com>
Thu, 11 Sep 2008 19:11:11 +0000 (20:11 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Thu, 11 Sep 2008 19:11:11 +0000 (20:11 +0100)
progs/trivial/tri.c

index c75acb3..aa45adb 100644 (file)
@@ -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;