summaryrefslogtreecommitdiffstats
path: root/acf/modules/generic.lua
diff options
context:
space:
mode:
Diffstat (limited to 'acf/modules/generic.lua')
-rw-r--r--acf/modules/generic.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/acf/modules/generic.lua b/acf/modules/generic.lua
index d12f96b..5477bd0 100644
--- a/acf/modules/generic.lua
+++ b/acf/modules/generic.lua
@@ -5,8 +5,6 @@ See LICENSE file for license details
-- provided as an example, to be removed from production version
-module(..., package.seeall)
-
local M = require('acf.model')
M.register('proc', M.Mixed, {addr='/files/proc', ui_name='/proc'})