summaryrefslogtreecommitdiff
path: root/src/xine-utils/sorted_array.h
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-11-14 21:55:11 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-11-14 21:55:11 +0100
commit9aab0fa061a6c0ce3f83c28732a37fce7c6cb289 (patch)
treed60295ef743a05e3239d802004a30469b8ce2deb /src/xine-utils/sorted_array.h
parentc813dd036abc7286138f62dc04dc9098c10ceede (diff)
parent0ae296e7cb050cbc42f78feaccf3050e068cb152 (diff)
downloadxine-lib-9aab0fa061a6c0ce3f83c28732a37fce7c6cb289.tar.gz
xine-lib-9aab0fa061a6c0ce3f83c28732a37fce7c6cb289.tar.bz2
Merge changes.
Diffstat (limited to 'src/xine-utils/sorted_array.h')
-rw-r--r--src/xine-utils/sorted_array.h3
1 files changed, 0 insertions, 3 deletions
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