From 3c175fd21df04c5c0afa160f81aea0c305f69dc5 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sat, 10 Nov 2007 22:06:10 +0000 Subject: Delete most of the CVS $Id$/$Log$ lines. --HG-- extra : transplant_source : %E0%D0%C5%8B%BEU%DD%24%5D7%1F%ADV%AD%EB%23%CBU%80%EB --- src/xine-utils/sorted_array.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/xine-utils/sorted_array.h') diff --git a/src/xine-utils/sorted_array.h b/src/xine-utils/sorted_array.h index 9a4d61bd8..a1894eca3 100644 --- a/src/xine-utils/sorted_array.h +++ b/src/xine-utils/sorted_array.h @@ -17,8 +17,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA * - * $Id: sorted_array.h,v 1.3 2006/09/26 05:19:49 dgp85 Exp $ - * * Sorted array which grows automatically when you add elements. * A binary search is used to find the position of a new element. * @@ -52,7 +50,6 @@ * * Delete the array: * xine_sarray_delete(sarray); - * */ #ifndef XINE_SORTED_ARRAY_H #define XINE_SORTED_ARRAY_H -- cgit v1.2.3