diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-07 22:57:03 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-07 22:57:03 +0000 |
commit | d531dbb53a893365e9f799cddd3f7ae4f7d96b57 (patch) | |
tree | 7dbf51b735fdd11c29a94c9d942ea6bfd4009793 /client-msg.c | |
parent | 4846ad16579f7fcf06fe01e03a56815b2d8c4a93 (diff) | |
download | rtmux-d531dbb53a893365e9f799cddd3f7ae4f7d96b57.tar.gz rtmux-d531dbb53a893365e9f799cddd3f7ae4f7d96b57.tar.bz2 rtmux-d531dbb53a893365e9f799cddd3f7ae4f7d96b57.zip |
Minor tidying; remove some old debugging messages.
Diffstat (limited to 'client-msg.c')
-rw-r--r-- | client-msg.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/client-msg.c b/client-msg.c index c1e28ecb..3510e3ac 100644 --- a/client-msg.c +++ b/client-msg.c @@ -1,4 +1,4 @@ -/* $Id: client-msg.c,v 1.15 2009-01-07 22:52:33 nicm Exp $ */ +/* $Id: client-msg.c,v 1.16 2009-01-07 22:57:03 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -34,7 +34,6 @@ int client_msg_fn_pause(struct hdr *, struct client_ctx *, char **); struct client_msg { enum hdrtype type; - int (*fn)(struct hdr *, struct client_ctx *, char **); }; struct client_msg client_msg_table[] = { |