Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libnice
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
libnice
Commits
73660fe6
Commit
73660fe6
authored
Feb 12, 2007
by
Dafydd Harries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove unused callbacks
darcs-hash:20070212154110-c9803-b54b3af7f9ffbfcd8e0596a7131c2427738ebfd4.gz
parent
dcae5dc4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
36 deletions
+0
-36
agent/test-add-remove-stream.c
agent/test-add-remove-stream.c
+0
-12
agent/test-recv.c
agent/test-recv.c
+0
-12
agent/test.c
agent/test.c
+0
-12
No files found.
agent/test-add-remove-stream.c
View file @
73660fe6
...
...
@@ -2,18 +2,6 @@
#include "agent.h"
#include "udp-fake.h"
void
handle_recv
(
NiceAgent
*
agent
,
guint
stream_id
,
guint
component_id
,
guint
len
,
gchar
*
buf
,
gpointer
user_data
)
{
g_assert_not_reached
();
}
int
main
(
void
)
{
...
...
agent/test-recv.c
View file @
73660fe6
...
...
@@ -4,18 +4,6 @@
#include "udp-fake.h"
#include "agent.h"
void
handle_recv
(
NiceAgent
*
agent
,
guint
stream_id
,
guint
component_id
,
guint
len
,
gchar
*
buf
,
gpointer
data
)
{
g_assert_not_reached
();
}
int
main
(
void
)
{
...
...
agent/test.c
View file @
73660fe6
...
...
@@ -4,18 +4,6 @@
#include "udp-fake.h"
#include "agent.h"
void
handle_recv
(
NiceAgent
*
agent
,
guint
stream_id
,
guint
component_id
,
guint
len
,
gchar
*
buf
,
gpointer
data
)
{
g_assert_not_reached
();
}
gint
main
(
void
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment