summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;