From 48f6b85a0cffedcaa193fad79be5ded74e4cf360 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 9 Jan 2006 01:21:53 +0000 Subject: [PATCH] Bye bye, Enscript :) --- includes/init.php | 1 - includes/paths.php | 6 ------ 2 files changed, 7 deletions(-) diff --git a/includes/init.php b/includes/init.php index cbc981f..89f09ce 100644 --- a/includes/init.php +++ b/includes/init.php @@ -79,7 +79,6 @@ $viewsvn->repos =& new Repository($repository, $iscontainer); require_once('./includes/paths.php'); $viewsvn->path = $webpath; $viewsvn->paths =& new Paths($pathtype); -$viewsvn->paths->enscript = $enscript; // ################################################################### // initialize SVN diff --git a/includes/paths.php b/includes/paths.php index 7ff7795..cab4561 100644 --- a/includes/paths.php +++ b/includes/paths.php @@ -41,12 +41,6 @@ class Paths */ var $type; - /** - * Path to Enscript binary - * @var string - */ - var $enscript = ''; - /** * Constructor: determine the type of linking to use * -- 2.22.5