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
1346114e
Commit
1346114e
authored
Jan 22, 2007
by
Dafydd Harries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove dead code
darcs-hash:20070122163323-c9803-2d2b155971da0dbf4c85307cd24330b177bcc1c7.gz
parent
9117c6d0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
37 deletions
+0
-37
agent/agent.c
agent/agent.c
+0
-35
agent/agent.h
agent/agent.h
+0
-2
No files found.
agent/agent.c
View file @
1346114e
...
@@ -568,16 +568,6 @@ void
...
@@ -568,16 +568,6 @@ void
ice_agent_set_stun_server (Address *addr, guint16 port)
ice_agent_set_stun_server (Address *addr, guint16 port)
{
{
}
}
void
ice_agent_handle_packet (
Agent *agent,
Address *from,
guint length,
gchar *buffer)
{
}
*/
*/
...
@@ -629,28 +619,3 @@ ice_agent_free (Agent *agent)
...
@@ -629,28 +619,3 @@ ice_agent_free (Agent *agent)
g_slice_free
(
Agent
,
agent
);
g_slice_free
(
Agent
,
agent
);
}
}
/*
void
ice_agent_got_stun_response (
Agent *agent,
Address *from,
guint from_port,
Address *to,
guint to_port)
{
}
void
ice_agent_got_stun_request (
Agent *agent,
Address *from,
guint from_port,
Address *to,
guint to_port)
{
}
*/
agent/agent.h
View file @
1346114e
...
@@ -70,10 +70,8 @@ struct _candidate
...
@@ -70,10 +70,8 @@ struct _candidate
guint
id
;
guint
id
;
Address
addr
;
Address
addr
;
Address
base_addr
;
Address
base_addr
;
// guint sock;
guint16
port
;
guint16
port
;
guint32
priority
;
guint32
priority
;
// Stream *stream;
guint
stream_id
;
guint
stream_id
;
guint
component_id
;
guint
component_id
;
// guint generation;
// guint generation;
...
...
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