Skip to content

Commit

Permalink
Removed unused structure
Browse files Browse the repository at this point in the history
  • Loading branch information
danpascu committed Jun 11, 2019
1 parent edc6057 commit 81130bd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions modules/call_control/call_control.c
Expand Up @@ -221,12 +221,6 @@ typedef enum CallControlAction {
} CallControlAction;


typedef struct Contact {
str username;
str ip;
str port;
} Contact;

typedef struct DialogID {
unsigned int h_entry;
unsigned int h_id;
Expand Down

0 comments on commit 81130bd

Please sign in to comment.