Browse Source

rm lovr.filesystem.setSource;

bjorn 2 years ago
parent
commit
a70839192e
1 changed files with 0 additions and 20 deletions
  1. 0 20
      api/lovr/filesystem/setSource.lua

+ 0 - 20
api/lovr/filesystem/setSource.lua

@@ -1,20 +0,0 @@
-return {
-  summary = 'Set the project source.',
-  description = [[
-    Sets the location of the project's source.  This can only be done once, and is usually done
-    internally.
-  ]],
-  arguments = {
-    identity = {
-      type = 'string',
-      description = 'The path containing the project\'s source.'
-    }
-  },
-  returns = {},
-  variants = {
-    {
-      arguments = { 'identity' },
-      returns = {}
-    }
-  }
-}