]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/testppd.c
Move debug printfs to internal usage only.
[thirdparty/cups.git] / cups / testppd.c
index 091a2755451b0d5cf45576ca1cd7bfac5ae7a84f..914abbd427b80ff5319baf0f1cf12fe009317cf7 100644 (file)
@@ -1021,10 +1021,6 @@ main(int  argc,                          /* I - Number of command-line arguments */
   }
   else if (!strcmp(argv[1], "--raster"))
   {
-    int                        num_options;    /* Number of options */
-    cups_option_t      *options;       /* Options */
-
-
     for (status = 0, num_options = 0, options = NULL, i = 1; i < argc; i ++)
     {
       if (argv[i][0] == '-')