summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2020-08-21 17:56:34 -0400
committerAndrew Cady <d@jerkface.net>2020-08-21 17:56:34 -0400
commit2a7edb9cda824338c4f7dcb00b264f37e3a6928c (patch)
tree36b0d2b8973f6279210d48dbc93fbe5d39564e78
parent475d51fc1a006503f0a0096c86d29e1253555967 (diff)
remove unused states
-rw-r--r--client.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/client.h b/client.h
index d83bb2a..c951044 100644
--- a/client.h
+++ b/client.h
@@ -5,9 +5,6 @@ enum CLIENT_STATE {
5 CLIENT_STATE_AWAIT_FRIEND_CONNECTED, 5 CLIENT_STATE_AWAIT_FRIEND_CONNECTED,
6 CLIENT_STATE_AWAIT_PONG, 6 CLIENT_STATE_AWAIT_PONG,
7 CLIENT_STATE_AWAIT_TUNNEL, 7 CLIENT_STATE_AWAIT_TUNNEL,
8 CLIENT_STATE_SEND_PING,
9 CLIENT_STATE_REQUEST_TUNNEL,
10 CLIENT_STATE_WAIT_FOR_ACKTUNNEL,
11 CLIENT_STATE_CONNECTED 8 CLIENT_STATE_CONNECTED
12}; 9};
13 10