From 9907adfd8b1369563d91b30d580a84b419bdcb77 Mon Sep 17 00:00:00 2001 From: kramm Date: Sun, 11 Jan 2004 17:14:51 +0000 Subject: [PATCH] fixed a bug- iso_encodings.cc isn't actually used. --- pdf2swf/font2swf.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/pdf2swf/font2swf.cc b/pdf2swf/font2swf.cc index 96520e9..894b7ab 100644 --- a/pdf2swf/font2swf.cc +++ b/pdf2swf/font2swf.cc @@ -28,7 +28,6 @@ #include "../lib/args.h" #include "swfoutput.h" #include "spline.h" -#include "iso_encodings.c" static char * filenames[256]; static int filenum; -- 1.7.10.4