remove .i18n annotations from controller files
[project/luci.git] / applications / luci-statistics / luasrc / statistics / i18n.lua
index a279e91..a1a2fa9 100644 (file)
@@ -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 )