summaryrefslogtreecommitdiffstats
path: root/core/Scale.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/Scale.h')
-rw-r--r--core/Scale.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/core/Scale.h b/core/Scale.h
deleted file mode 100644
index cf06ad661..000000000
--- a/core/Scale.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/* $Id: Scale.h,v 1.1 2003/11/03 12:08:01 titer Exp $
-
- This file is part of the HandBrake source code.
- Homepage: <http://handbrake.m0k.org/>.
- It may be used under the terms of the GNU General Public License. */
-
-#ifndef HB_SCALE_H
-#define HB_SCALE_H
-
-#include "HandBrakeInternal.h"
-
-HBScale * HBScaleInit( HBHandle *, HBTitle * );
-void HBScaleClose( HBScale ** );
-
-#endif