summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-22 10:14:37 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-22 10:14:37 +0000
commitfd4b29dc554ff77303fc86eb82db77201f2067ad (patch)
tree742473db7f4b9e66de98eccb8e072dc17d05a96e
parentc78cc0484b8a280737affff5976dc49f8ec77685 (diff)
downloaddrakx-backup-do-not-use-fd4b29dc554ff77303fc86eb82db77201f2067ad.tar
drakx-backup-do-not-use-fd4b29dc554ff77303fc86eb82db77201f2067ad.tar.gz
drakx-backup-do-not-use-fd4b29dc554ff77303fc86eb82db77201f2067ad.tar.bz2
drakx-backup-do-not-use-fd4b29dc554ff77303fc86eb82db77201f2067ad.tar.xz
drakx-backup-do-not-use-fd4b29dc554ff77303fc86eb82db77201f2067ad.zip
do not uselessly load Gtk2::Gdk::Keysyms (reduce RSS by nearly 400Kb)
-rw-r--r--perl-install/mygtk2.pm1
-rw-r--r--perl-install/ugtk2.pm1
2 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/mygtk2.pm b/perl-install/mygtk2.pm
index 7a5172984..cb17db1ff 100644
--- a/perl-install/mygtk2.pm
+++ b/perl-install/mygtk2.pm
@@ -12,7 +12,6 @@ use log;
use common;
use Gtk2;
-use Gtk2::Gdk::Keysyms;
sub init() {
!check_for_xserver() and print("Cannot be run in console mode.\n"), c::_exit(0);
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm
index 66abbb50f..e7ad41cbc 100644
--- a/perl-install/ugtk2.pm
+++ b/perl-install/ugtk2.pm
@@ -39,7 +39,6 @@ use common;
use mygtk2 qw(gtknew); #- do not import gtkadd which conflicts with ugtk2 version
use Gtk2;
-use Gtk2::Gdk::Keysyms;
$border = 5;