now incorporated in swfcombine.c.
[swftools.git] / src / settings.h
diff --git a/src/settings.h b/src/settings.h
deleted file mode 100644 (file)
index 05d1850..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-/* args.h
-   Settings for swfcombine. This file is deliberately not named "config.h" to
-   avoid conflicts with GNU autoconf.
-
-   Part of the swftools package.
-
-   Copyright (c) 2001 Matthias Kramm <kramm@quiss.org> 
-
-   This file is distributed under the GPL, see file COPYING for details */
-
-#ifndef __settings_h__
-#define __settings_h__
-struct config_t
-{
-   char overlay;
-   char alloctest;
-   char clip;
-   char stack;
-   char stack1;
-   char antistream;
-   char dummy;
-   char zlib;
-   char cat;
-   char merge;
-   char isframe;
-   int loglevel;
-   int movex;
-   int movey;
-   int sizex;
-   char hassizex;
-   int sizey;
-   char hassizey;
-   int framerate;
-   float scalex;
-   float scaley;
-};
-extern struct config_t config;
-#endif