rm extra reference to AudioStream;

This commit is contained in:
bjorn 2021-02-08 20:24:21 -07:00
parent 8164e0b6e8
commit 78ddcf7d6e
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ LOVR_EXPORT int luaopen_lovr_timer(lua_State* L);
extern const luaL_Reg lovrModules[];
// Objects
extern const luaL_Reg lovrAudioStream[];
extern const luaL_Reg lovrBallJoint[];
extern const luaL_Reg lovrBlob[];
extern const luaL_Reg lovrBoxShape[];