Browse Source

Fix Channel:pop;

bjorn 6 years ago
parent
commit
3f9e4c0bcf
2 changed files with 0 additions and 15 deletions
  1. 0 6
      api/init.lua
  2. 0 9
      api/lovr/thread/Channel/pop.lua

+ 0 - 6
api/init.lua

@@ -20973,12 +20973,6 @@ return {
               variants = {
               variants = {
                 {
                 {
                   arguments = {
                   arguments = {
-                    {
-                      name = "timeout",
-                      type = "number",
-                      description = "How long to wait for a message, in seconds.  `true` can be used to wait forever and `false` can be used to avoid waiting.",
-                      default = "false"
-                    },
                     {
                     {
                       name = "wait",
                       name = "wait",
                       type = "number",
                       type = "number",

+ 0 - 9
api/lovr/thread/Channel/pop.lua

@@ -5,15 +5,6 @@ return {
     used to wait for a message, otherwise `nil` is returned.
     used to wait for a message, otherwise `nil` is returned.
   ]],
   ]],
   arguments = {
   arguments = {
-    {
-      name = 'timeout',
-      type = 'number',
-      default = 'false',
-      description = [[
-        How long to wait for a message, in seconds.  `true` can be used to wait forever and `false`
-        can be used to avoid waiting.
-      ]]
-    },
     {
     {
       name = 'wait',
       name = 'wait',
       type = 'number',
       type = 'number',