framework: remove global profile, rather share one mlt_profile across a service netwo...
[melted] / src / modules / oldfilm / filter_lines.h
diff --git a/src/modules/oldfilm/filter_lines.h b/src/modules/oldfilm/filter_lines.h
deleted file mode 100644 (file)
index 3f6f3bd..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * filter_lines.h -- lines filter
- * Copyright (c) 2007 Marco Gittler <g.marco@freenet.de>
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- */
-
-#ifndef _FILTER_LINES_H_
-#define _FILTER_LINES_H_
-
-#include <framework/mlt_filter.h>
-
-extern mlt_filter filter_lines_init( char *arg );
-
-#endif