src/main.c

changeset 8
a2989aa17d21
parent 3
4aec27d9d4da
child 10
604c205d9163
     1.1 --- a/src/main.c	Mon Aug 03 16:13:27 2009 +0100
     1.2 +++ b/src/main.c	Mon Aug 03 16:14:35 2009 +0100
     1.3 @@ -27,7 +27,6 @@
     1.4  #include <stdio.h>
     1.5  #include <stdlib.h>
     1.6  #include "ptouch.h"
     1.7 -#include "pt_image.h"
     1.8  
     1.9  /****************************************************************************/
    1.10  
    1.11 @@ -35,16 +34,6 @@
    1.12  {
    1.13  	pt_Device *dev;
    1.14  
    1.15 -	pt_Image *im;
    1.16 -
    1.17 -	printf("create image\n");
    1.18 -	im = ptimage_Create(123, 456);
    1.19 -
    1.20 -	printf("delete image\n");
    1.21 -	ptimage_Free(im);
    1.22 -
    1.23 -	return 0;
    1.24 -
    1.25  	// check command line args
    1.26  	if (argc < 2) {
    1.27  		printf("ERROR: must specify device name\n");