curvedraw
diff src/main.cc @ 15:37ab3a4c02f8
merged
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sun, 20 Dec 2015 09:06:04 +0200 |
parents | 8e524989c904 |
children | 7f795f7fecd6 |
line diff
1.1 --- a/src/main.cc Thu Dec 17 16:41:42 2015 +0200 1.2 +++ b/src/main.cc Sun Dec 20 09:06:04 2015 +0200 1.3 @@ -47,11 +47,6 @@ 1.4 glutSwapBuffers(); 1.5 } 1.6 1.7 -static void reshape(int x, int y) 1.8 -{ 1.9 - app_reshape(x, y); 1.10 -} 1.11 - 1.12 static void keydown(unsigned char key, int x, int y) 1.13 { 1.14 app_keyboard(key, true);