[vlmc-devel] Remove IRenderTarget

Yikai Lu git at videolan.org
Sun Jun 26 06:01:52 CEST 2016


vlmc | branch: master | Yikai Lu <luyikei.qmltu at gmail.com> | Sun Jun 26 11:39:07 2016 +0900| [b0c1836db3c1148f2bf4e72b779954284cc42e43] | committer: Yikai Lu

Remove IRenderTarget

> https://code.videolan.org/videolan/vlmc/commit/b0c1836db3c1148f2bf4e72b779954284cc42e43
---

 src/Backend/IRenderTarget.h | 40 ----------------------------------------
 1 file changed, 40 deletions(-)

diff --git a/src/Backend/IRenderTarget.h b/src/Backend/IRenderTarget.h
deleted file mode 100644
index 2bdd5ea..0000000
--- a/src/Backend/IRenderTarget.h
+++ /dev/null
@@ -1,40 +0,0 @@
-/*****************************************************************************
- * IRenderTarget.h: Defines an interface to configure render targets
- *****************************************************************************
- * Copyright (C) 2008-2016 VideoLAN
- *
- * Authors: Yikei Lu <luyikei.qmltu at gmail.com>
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * 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 General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
- *****************************************************************************/
-
-#ifndef IRENDERTARGET_H
-#define IRENDERTARGET_H
-
-
-namespace Backend
-{
-    class ISourceRenderer;
-
-    class IRenderTarget
-    {
-    public:
-        virtual ~IRenderTarget() = default;
-        virtual void configure( ISourceRenderer* renderer ) = 0;
-    };
-}
-
-#endif // IRENDERTARGET_H
-



More information about the Vlmc-devel mailing list