lua: remove unneeded global vars

cute-signatures
Natanael Copa 2011-09-14 14:28:36 +00:00
parent a4f98dd62a
commit 21a213c212
1 changed files with 0 additions and 4 deletions

View File

@ -8,10 +8,6 @@
#define LIBNAME "apk"
int apk_verbosity;
unsigned int apk_flags;
static apk_blob_t check_blob(lua_State *L, int index)
{
apk_blob_t blob;