diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-11-06 18:36:47 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-11-24 23:28:15 +0100 |
commit | 30621d2ac12fafb5e07b601a78d5a40e07316c3d (patch) | |
tree | 937ed5f4e83649ca3fe1c1422eab2809cc2bed94 | |
parent | fadc8b97ed98977bf264d87d62c33e779f299716 (diff) | |
download | drakx-30621d2ac12fafb5e07b601a78d5a40e07316c3d.tar drakx-30621d2ac12fafb5e07b601a78d5a40e07316c3d.tar.gz drakx-30621d2ac12fafb5e07b601a78d5a40e07316c3d.tar.bz2 drakx-30621d2ac12fafb5e07b601a78d5a40e07316c3d.tar.xz drakx-30621d2ac12fafb5e07b601a78d5a40e07316c3d.zip |
revert commit 9186647e
we would load *gtk3 even on text install
-rw-r--r-- | perl-install/fs/partitioning_wizard.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/fs/partitioning_wizard.pm b/perl-install/fs/partitioning_wizard.pm index e5d744e55..780e8b587 100644 --- a/perl-install/fs/partitioning_wizard.pm +++ b/perl-install/fs/partitioning_wizard.pm @@ -13,8 +13,6 @@ use partition_table; use partition_table::raw; use partition_table::dos; use POSIX qw(ceil); -use mygtk3; -use ugtk3 qw(:wrappers); #- unit of $mb is mega bytes, min and max are in sectors, this #- function is used to convert back to sectors count the size of |