From 9a9d28b162d215e01ee2ad3a5d24fefdf0206950 Mon Sep 17 00:00:00 2001 From: sletz Date: Wed, 17 Oct 2007 14:16:44 +0000 Subject: [PATCH] Cleanup git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1619 0c269be4-1314-0410-8aa9-9f06e86f4224 --- common/jack/intclient.h | 1 - common/jack/jack.h | 1 - common/jack/ringbuffer.h | 1 - 3 files changed, 3 deletions(-) diff --git a/common/jack/intclient.h b/common/jack/intclient.h index a44bbb3f..249e62f4 100644 --- a/common/jack/intclient.h +++ b/common/jack/intclient.h @@ -15,7 +15,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * -* $Id: intclient.h,v 1.2.2.1 2006/06/20 14:44:00 letz Exp $ */ #ifndef __jack_intclient_h__ diff --git a/common/jack/jack.h b/common/jack/jack.h index eb43b335..69b56372 100644 --- a/common/jack/jack.h +++ b/common/jack/jack.h @@ -16,7 +16,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - $Id: jack.h,v 1.5.2.6 2006/06/20 14:44:00 letz Exp $ */ #ifndef __jack_h__ diff --git a/common/jack/ringbuffer.h b/common/jack/ringbuffer.h index 78bf6536..b91eeb17 100644 --- a/common/jack/ringbuffer.h +++ b/common/jack/ringbuffer.h @@ -16,7 +16,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - $Id: ringbuffer.h,v 1.2.2.1 2006/06/20 14:44:00 letz Exp $ */ #ifndef _RINGBUFFER_H