Commit 380654b7 authored by Kai Vehmanen's avatar Kai Vehmanen

Removed if-zeroed code.

darcs-hash:20071010114339-77cd4-80f23cfefdab8995c3132f32b095c5517ab6c93e.gz
parent bb5b0677
......@@ -58,17 +58,6 @@ typedef enum
NICE_CHECK_DISCOVERED /**< a valid candidate pair not on check list */
} NiceCheckState;
#if 0
/* XXX: move to stream.h */
typedef enum
{
NICE_CHECKLIST_NOT_STARTED = 1,
NICE_CHECKLIST_RUNNING,
NICE_CHECKLIST_COMPLETED,
NICE_CHECKLIST_FAILED
} NiceCheckListState;
#endif
typedef struct _CandidateCheckPair CandidateCheckPair;
struct _CandidateCheckPair
......
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