luci-app-statistics: convert plugin definitions to JSON
[project/luci.git] / applications / luci-app-statistics / luasrc / statistics / plugins / csv.lua
diff --git a/applications/luci-app-statistics/luasrc/statistics/plugins/csv.lua b/applications/luci-app-statistics/luasrc/statistics/plugins/csv.lua
deleted file mode 100644 (file)
index 17a8621..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-return {
-       legend = {
-               { "DataDir" },
-               { "StoreRates" },
-               { }
-       },
-       label = _("CSV Output"),
-       category = "output"
-}