summaryrefslogtreecommitdiff
path: root/lib/window.h
diff options
context:
space:
mode:
authorunknown <unknown@xiph.org>2004-03-20 20:06:48 +0000
committerunknown <unknown@xiph.org>2004-03-20 20:06:48 +0000
commitf551f0d110ce64bab692d98c4bf20aff788a83cd (patch)
treecfa616ca0fc4c36e714eb0f8f4d127e0df07b1fa /lib/window.h
parentd59cea578a9f2b9961218e1440026715371836d8 (diff)
downloadlibvorbis-git-branch_monty_20010901.tar.gz
This commit was manufactured by cvs2svn to create branchbranch_monty_20010901
'branch_monty_20010901'. svn path=/branches/branch_monty_20010901/vorbis/; revision=5977
Diffstat (limited to 'lib/window.h')
-rw-r--r--lib/window.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/lib/window.h b/lib/window.h
deleted file mode 100644
index 541045b9..00000000
--- a/lib/window.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/********************************************************************
- * *
- * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
- * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
- * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
- * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
- * *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company http://www.xiph.org/ *
-
- ********************************************************************
-
- function: window functions
- last mod: $Id: window.h,v 1.8 2001/02/26 03:50:43 xiphmont Exp $
-
- ********************************************************************/
-
-#ifndef _V_WINDOW_
-#define _V_WINDOW_
-
-extern float *_vorbis_window(int type,int window,int left,int right);
-
-#endif