summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-statistics/luasrc/statistics/i18n.lua
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-statistics/luasrc/statistics/i18n.lua')
-rw-r--r--applications/luci-statistics/luasrc/statistics/i18n.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/applications/luci-statistics/luasrc/statistics/i18n.lua b/applications/luci-statistics/luasrc/statistics/i18n.lua
index a279e9100..a1a2fa9de 100644
--- a/applications/luci-statistics/luasrc/statistics/i18n.lua
+++ b/applications/luci-statistics/luasrc/statistics/i18n.lua
@@ -25,9 +25,6 @@ Instance = luci.util.class()
function Instance.__init__( self, graph )
self.i18n = luci.i18n
self.graph = graph
-
- self.i18n.loadc("rrdtool")
- self.i18n.loadc("statistics")
end
function Instance._subst( self, str, val )