Commit e0b4af8e authored by Dafydd Harries's avatar Dafydd Harries

ifdef-out unused nice_event_push and make it static

darcs-hash:20070201124453-c9803-e2086f3210981c8b58492074230eaf1c051aa7ea.gz
parent 6996164b
...@@ -208,11 +208,13 @@ nice_agent_pop_event (NiceAgent *agent) ...@@ -208,11 +208,13 @@ nice_agent_pop_event (NiceAgent *agent)
} }
void #if 0
static void
nice_agent_push_event (NiceAgent *agent, Event *ev) nice_agent_push_event (NiceAgent *agent, Event *ev)
{ {
agent->events = g_slist_append (agent->events, ev); agent->events = g_slist_append (agent->events, ev);
} }
#endif
static void static void
......
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