Index: trunk/PS-IPP-Config/lib/PS/IPP/Config.pm
===================================================================
--- trunk/PS-IPP-Config/lib/PS/IPP/Config.pm	(revision 10569)
+++ trunk/PS-IPP-Config/lib/PS/IPP/Config.pm	(revision 10570)
@@ -1,5 +1,5 @@
 # Copyright (c) 2006  Paul Price, Joshua Hoblitt
 #
-# $Id: Config.pm,v 1.16 2006-12-08 19:41:56 price Exp $
+# $Id: Config.pm,v 1.17 2006-12-08 19:49:14 price Exp $
 
 package PS::IPP::Config;
@@ -44,7 +44,5 @@
 
     my $path = _interpolate_env(_mdLookupStr($mdc, 'PATH')); # The path
-    my $workdir = _interpolate_env(_mdLookupStr($mdc, 'WORKDIR')); # The working directory
     croak "PATH is not set in $name\n" unless defined $path;
-    croak "WORKDIR is not set in $name\n" unless defined $workdir;
 
     # Interpolate environment variables in the work directory
@@ -52,5 +50,4 @@
     my $self = {
 	path => $path,		# Path
-	workdir => $workdir,	# Working directory
 	camera => undef,	# Camera configuration
 	_ipprc => $mdc		# The parsed configuration
