bjorn 2 years ago
parent
commit
bc64f362a1
1 changed files with 0 additions and 19 deletions
  1. 0 19
      api/init.lua

+ 0 - 19
api/init.lua

@@ -8422,25 +8422,6 @@ return {
             }
             }
           }
           }
         },
         },
-        {
-          name = "setSource",
-          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.",
-          key = "lovr.filesystem.setSource",
-          module = "lovr.filesystem",
-          variants = {
-            {
-              arguments = {
-                {
-                  name = "identity",
-                  type = "string",
-                  description = "The path containing the project's source."
-                }
-              },
-              returns = {}
-            }
-          }
-        },
         {
         {
           name = "unmount",
           name = "unmount",
           summary = "Unmount a mounted archive.",
           summary = "Unmount a mounted archive.",