diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-10-19 08:39:11 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-10-19 08:39:11 +0000 |
commit | b75d0c681d33b6dbdb03b90e6e84875947d93ac6 (patch) | |
tree | 7df0cfe799ff5b5972e6ea592a82f88de12dc873 /perl-install | |
parent | 88def3bb966603ed5b91c2d7f1794bd1f769ab3c (diff) | |
download | drakx-b75d0c681d33b6dbdb03b90e6e84875947d93ac6.tar drakx-b75d0c681d33b6dbdb03b90e6e84875947d93ac6.tar.gz drakx-b75d0c681d33b6dbdb03b90e6e84875947d93ac6.tar.bz2 drakx-b75d0c681d33b6dbdb03b90e6e84875947d93ac6.tar.xz drakx-b75d0c681d33b6dbdb03b90e6e84875947d93ac6.zip |
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)
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/ugtk2.pm | 3 |
1 files changed, 0 insertions, 3 deletions
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 = ( |