Browse Source

* Code simplification.

tags/v0.99.beta14
Sam Hocevar sam 19 years ago
parent
commit
7588db8cc9
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      test/export.c

+ 1
- 2
test/export.c View File

@@ -58,8 +58,7 @@ int main(int argc, char *argv[])
exit(-1);
}

qq = cucul_create(0, 0);
cucul_set_size(qq, WIDTH, HEIGHT);
qq = cucul_create(WIDTH, HEIGHT);

for(y = 0; y < 256; y++)
{


Loading…
Cancel
Save