From b75d0c681d33b6dbdb03b90e6e84875947d93ac6 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 19 Oct 2004 08:39:11 +0000 Subject: no need to set $::o->{locale} anymore (it was introduced in 1.172, maybe for create_box_with_title(), but doesn't seem useful anymore) --- perl-install/ugtk2.pm | 3 --- 1 file changed, 3 deletions(-) (limited to 'perl-install/ugtk2.pm') diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm index 5883d4cc0..54f99274b 100644 --- a/perl-install/ugtk2.pm +++ b/perl-install/ugtk2.pm @@ -3,9 +3,6 @@ package ugtk2; use diagnostics; use strict; use vars qw(@ISA %EXPORT_TAGS @EXPORT_OK @icon_paths $wm_icon $force_center_at_pos $force_center $force_focus $grab $pop_it $border); #- leave it on one line, for automatic removal of the line at package creation -use lang; - -$::o = { locale => lang::read(1) } if !$::isInstall; @ISA = qw(Exporter); %EXPORT_TAGS = ( -- cgit v1.2.1