From 8955b4dfa419698ecb853bb8f1cdc1fe96d206d6 Mon Sep 17 00:00:00 2001 From: austriancoder Date: Mon, 15 Aug 2005 17:18:40 +0000 Subject: HEAD should have files of 0.2.3 release --- dxr3osd.c | 44 -------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 dxr3osd.c (limited to 'dxr3osd.c') diff --git a/dxr3osd.c b/dxr3osd.c deleted file mode 100644 index f5b7f32..0000000 --- a/dxr3osd.c +++ /dev/null @@ -1,44 +0,0 @@ -/* - * dxr3osd.c - * - * Copyright (C) 2002 Stefan Schluenss - * Copyright (C) 2004 Christian Gmeiner - * - * This program 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 program 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 General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - * - */ - -#include -#include -#include -#include - -#include "dxr3vdrincludes.h" -#include "dxr3osd.h" -#include "dxr3osd_subpicture.h" - -// ================================== -// ! create osd at (Left, Top) -cOsd *cDxr3OsdProvider::CreateOsd(int Left, int Top) -{ - return new cDxr3SubpictureOsd(Left, Top); -} - -// Local variables: -// mode: c++ -// c-file-style: "stroustrup" -// c-file-offsets: ((inline-open . 0)) -// indent-tabs-mode: t -// End: -- cgit v1.2.3