diff options
Diffstat (limited to 'applications/luci-app-statistics/luasrc/statistics/plugins/entropy.lua')
-rw-r--r-- | applications/luci-app-statistics/luasrc/statistics/plugins/entropy.lua | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/applications/luci-app-statistics/luasrc/statistics/plugins/entropy.lua b/applications/luci-app-statistics/luasrc/statistics/plugins/entropy.lua deleted file mode 100644 index 3b48d1644d..0000000000 --- a/applications/luci-app-statistics/luasrc/statistics/plugins/entropy.lua +++ /dev/null @@ -1,9 +0,0 @@ -return { - legend = { - { }, - { }, - { } - }, - label = _("Entropy"), - category = "general" -} |