elua: leftover code

This commit is contained in:
Daniel Kolesa 2014-04-10 09:57:40 +01:00 committed by Daniel Kolesa
parent b58888e0cd
commit 4b5b051dfa
1 changed files with 0 additions and 2 deletions

View File

@ -5,8 +5,6 @@ local ffi = require("ffi")
local C = ffi.C
ffi.cdef [[
int eina_hamster_count(void);
typedef struct _Eina_Counter Eina_Counter;
Eina_Counter *eina_counter_new (const char *name);
void eina_counter_free (Eina_Counter *counter);