summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/printerdrake
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2004-01-23 13:59:08 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2004-01-23 13:59:08 +0000
commit741e283c7e50246f5582a22e3988ccf62dc861af (patch)
tree2cc6dec38ff5a3a136759e7a2298513d609424e1 /perl-install/standalone/printerdrake
parent8716f1aebac71e2cfe40c55a96e0c84b952a9e24 (diff)
downloaddrakx-741e283c7e50246f5582a22e3988ccf62dc861af.tar
drakx-741e283c7e50246f5582a22e3988ccf62dc861af.tar.gz
drakx-741e283c7e50246f5582a22e3988ccf62dc861af.tar.bz2
drakx-741e283c7e50246f5582a22e3988ccf62dc861af.tar.xz
drakx-741e283c7e50246f5582a22e3988ccf62dc861af.zip
"use USER" is unecessary and probably comes from copy-pasting userdrake's GUI
Diffstat (limited to 'perl-install/standalone/printerdrake')
-rwxr-xr-xperl-install/standalone/printerdrake1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/standalone/printerdrake b/perl-install/standalone/printerdrake
index a405a5075..90ddbb243 100755
--- a/perl-install/standalone/printerdrake
+++ b/perl-install/standalone/printerdrake
@@ -31,7 +31,6 @@ use interactive;
use POSIX qw(mktime ceil);
use printer::printerdrake;
use printer::main;
-use USER;
#Only for Debugging
#use Devel::Peek;
use Gtk2::Gdk::Keysyms;