Commit 33ead5bd authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt, menus: inline a function only used once

parent b882858f
...@@ -165,7 +165,7 @@ void EnableStaticEntries( QMenu *menu, bool enable = true ) ...@@ -165,7 +165,7 @@ void EnableStaticEntries( QMenu *menu, bool enable = true )
/** /**
* \return Number of static entries * \return Number of static entries
*/ */
int DeleteNonStaticEntries( QMenu *menu ) inline int DeleteNonStaticEntries( QMenu *menu )
{ {
if( !menu ) return VLC_EGENERIC; if( !menu ) return VLC_EGENERIC;
......
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