diff options
Diffstat (limited to 'bounce.h')
-rw-r--r-- | bounce.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bounce.h b/bounce.h index 4945931..26e62df 100644 --- a/bounce.h +++ b/bounce.h @@ -88,7 +88,6 @@ size_t clientDiff(const struct Client *client); void clientConsume(struct Client *client); bool stateJoinNames; -bool stateJoinTopic; bool stateReady(void); void stateParse(char *line); void stateSync(struct Client *client); |