From 1b773ad2c250e09c09c065eb3eec64bfebde09ca Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 18 May 2018 14:39:38 +0800 Subject: =?UTF-8?q?=E4=BF=AE=E6=94=B9userdata=E5=88=9B=E5=BB=BA=E6=96=B9?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/3rdparty/luax/luax.h | 5 ----- src/3rdparty/stb/stb_vorbis.c | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) (limited to 'src/3rdparty') diff --git a/src/3rdparty/luax/luax.h b/src/3rdparty/luax/luax.h index 3816430..49036b9 100644 --- a/src/3rdparty/luax/luax.h +++ b/src/3rdparty/luax/luax.h @@ -158,11 +158,6 @@ inline void* luax_newinstance(lua_State* L, const char* tname, int size) { void* p = lua_newuserdata(L, size); - //u->data = data; - //u->flags = flags; - //u->own = own; - - // luaL_getmetatable(L, tname) or luaL_newmetatable(L, tname); lua_setmetatable(L, -2); diff --git a/src/3rdparty/stb/stb_vorbis.c b/src/3rdparty/stb/stb_vorbis.c index 3d338f0..873eda6 100644 --- a/src/3rdparty/stb/stb_vorbis.c +++ b/src/3rdparty/stb/stb_vorbis.c @@ -5516,4 +5516,4 @@ AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ------------------------------------------------------------------------------ -*/ \ No newline at end of file +*/ -- cgit v1.1-26-g67d0