ocarina: Remove idle_add() from the ocarina namespace

It's only used in ocarina.cpp, and it's already static there.

Signed-off-by: Bryan Schumaker <bjschuma@gmail.com>
This commit is contained in:
Bryan Schumaker 2012-07-29 16:09:20 -04:00
parent ff0f4a2c66
commit bb56dc4d2a
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ void update_status();
namespace ocarina
{
void idle_add();
void init_pipe();
};