aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ManaTools/Module/Proxy.pm
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2015-04-24 11:31:18 +0200
committerAngelo Naselli <anaselli@linux.it>2015-04-24 11:31:18 +0200
commit3554484d2cd127b63c0919d1cf681bf9ffb6c66c (patch)
tree02e138a2b1fed6a6f79a12d43aa1511d60262753 /lib/ManaTools/Module/Proxy.pm
parentdc04b6fa29de3d98bdd8ada034ecb69fda0718ec (diff)
downloadcolin-keep-3554484d2cd127b63c0919d1cf681bf9ffb6c66c.tar
colin-keep-3554484d2cd127b63c0919d1cf681bf9ffb6c66c.tar.gz
colin-keep-3554484d2cd127b63c0919d1cf681bf9ffb6c66c.tar.bz2
colin-keep-3554484d2cd127b63c0919d1cf681bf9ffb6c66c.tar.xz
colin-keep-3554484d2cd127b63c0919d1cf681bf9ffb6c66c.zip
Removed localization object and used the one in base class
Diffstat (limited to 'lib/ManaTools/Module/Proxy.pm')
-rw-r--r--lib/ManaTools/Module/Proxy.pm14
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/ManaTools/Module/Proxy.pm b/lib/ManaTools/Module/Proxy.pm
index ff2af3e..8320f2b 100644
--- a/lib/ManaTools/Module/Proxy.pm
+++ b/lib/ManaTools/Module/Proxy.pm
@@ -78,20 +78,6 @@ has 'sh_gui' => (
builder => '_SharedUGUIInitialize'
);
-has 'loc' => (
- is => 'rw',
- init_arg => undef,
- builder => '_localeInitialize'
-);
-
-
-sub _localeInitialize {
- my $self = shift();
-
- # TODO fix domain binding for translation
- $self->loc(ManaTools::Shared::Locales->new(domain_name => 'drakx-net') );
- # TODO if we want to give the opportunity to test locally add dir_name => 'path'
-}
sub _SharedUGUIInitialize {
my $self = shift();