From 710ec65f6202732a44a010339d0770a9c0e46ed2 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Tue, 08 Mar 2005 16:06:22 +0000 Subject: Some more sanitization of the ps backend. Remove a lot of unused code and 2005-03-08 Marco Pesenti Gritti * ps/Makefile.am: * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd), (gtk_gs_defaults_get_alpha_parameters), (gtk_gs_defaults_get_ungzip_cmd), (gtk_gs_defaults_get_unbzip2_cmd): * ps/gsdefaults.h: * ps/ps-document.c: (ps_document_init), (ps_document_class_init), (ps_document_get_orientation), (document_load), (ps_document_goto_page), (ps_document_set_page_size): * ps/ps-document.h: Some more sanitization of the ps backend. Remove a lot of unused code and do not base our defaults on ggv preferences (ugh!) --- (limited to 'ps/Makefile.am') diff --git a/ps/Makefile.am b/ps/Makefile.am index ca949d4..6ebc896 100644 --- a/ps/Makefile.am +++ b/ps/Makefile.am @@ -10,10 +10,10 @@ noinst_LTLIBRARIES = libgtkgs.la libgtkgs_la_SOURCES = \ gsio.c \ gsio.h \ - gsdefaults.c \ - gsdefaults.h \ gstypes.h \ ps.c \ ps.h \ ps-document.c \ - ps-document.h + ps-document.h \ + gsdefaults.c \ + gsdefaults.h -- cgit v0.9.1