diff options
Diffstat (limited to 'Rpmdrake')
-rw-r--r-- | Rpmdrake/gui.pm | 1 | ||||
-rw-r--r-- | Rpmdrake/pkg.pm | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Rpmdrake/gui.pm b/Rpmdrake/gui.pm index 617ef120..746531a9 100644 --- a/Rpmdrake/gui.pm +++ b/Rpmdrake/gui.pm @@ -38,7 +38,6 @@ use Rpmdrake::init; use Rpmdrake::icon; use Rpmdrake::pkg; use Rpmdrake::icon; -use Gtk2::Gdk::Keysyms; use feature 'state'; our @EXPORT = qw( diff --git a/Rpmdrake/pkg.pm b/Rpmdrake/pkg.pm index e5a40139..be2ed7fb 100644 --- a/Rpmdrake/pkg.pm +++ b/Rpmdrake/pkg.pm @@ -60,7 +60,6 @@ our @EXPORT = qw( use mygtk2 qw(gtknew); use ugtk2 qw(:all); -use Gtk2::Gdk::Keysyms; our $priority_up_alread_warned; |