From b7bbf6277e2d341ae138e003d61b4dfc86e791d3 Mon Sep 17 00:00:00 2001 From: dcnieho Date: Mon, 1 Apr 2013 15:12:49 +0000 Subject: [PATCH] bit more cleanup git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1572 7f0cb862-5218-0410-a997-914c9d46530a --- freeglut/freeglut/src/fg_teapot.c | 1 - 1 file changed, 1 deletion(-) diff --git a/freeglut/freeglut/src/fg_teapot.c b/freeglut/freeglut/src/fg_teapot.c index 68dd8b8..cdf48f6 100644 --- a/freeglut/freeglut/src/fg_teapot.c +++ b/freeglut/freeglut/src/fg_teapot.c @@ -28,7 +28,6 @@ /* notes: * the (very little) required math is found here: http://www.gamasutra.com/view/feature/131848/tessellation_of_4x4_bezier_patches_.php?print=1 * a much more optimized version is here, didn't bother to implement that: http://www.gamasutra.com/view/feature/131794/an_indepth_look_at_bicubic_bezier_.php?print=1 - * teacup and teaspoon data: ftp://ftp.funet.fi/pub/sci/graphics/packages/objects/teaset.tar.Z (figure out this sampling scheme) */ #include