summaryrefslogtreecommitdiff
path: root/progs/glsl/noise2.c
diff options
context:
space:
mode:
Diffstat (limited to 'progs/glsl/noise2.c')
-rw-r--r--progs/glsl/noise2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/progs/glsl/noise2.c b/progs/glsl/noise2.c
index e972b62673f..7a28f09947c 100644
--- a/progs/glsl/noise2.c
+++ b/progs/glsl/noise2.c
@@ -186,7 +186,6 @@ static void Init (void)
int main (int argc, char *argv[])
{
glutInit (&argc, argv);
- glutInitWindowPosition ( 0, 0);
glutInitWindowSize (200, 200);
glutInitDisplayMode (GLUT_RGB | GLUT_DOUBLE | GLUT_DEPTH);
glutCreateWindow (argv[0]);