mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
trivial: remove stray merge conflict
This commit is contained in:
parent
b66ee9e32f
commit
fd0ee68305
1 changed files with 0 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue