Commit 8d9c9164 authored by Rémi Duraffort's avatar Rémi Duraffort

lua_extension: do not export the array of capabilities.

parent ef2ea798
......@@ -45,7 +45,7 @@ static const luaL_Reg p_reg[] =
#define EXT_META_LISTENER (1 << 3) ///< Hook: meta_changed
#define EXT_PLAYING_LISTENER (1 << 4) ///< Hook: status_changed
const char* const ppsz_capabilities[] = {
static const char* const ppsz_capabilities[] = {
"menu",
"trigger",
"input-listener",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment