solstice-anim

Geometry animation library of the solstice app
git clone git://git.meso-star.com/solstice-anim.git
Log | Files | Refs | README | LICENSE

commit cb3b6a670ffe7c605177e2925714fa33f361e864
parent 788b0093a4c48b335b4379b445a58c285323225e
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Fri,  4 Nov 2016 11:16:30 +0100

Remove useless file.

Diffstat:
Mcmake/CMakeLists.txt | 1-
Dsrc/sanim_c.h | 21---------------------
2 files changed, 0 insertions(+), 22 deletions(-)

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -51,7 +51,6 @@ set(SANIM_FILES_INC_API sanim.h) set(SANIM_FILES_INC - sanim_c.h sanim_node_c.h) set(SANIM_FILES_DOC COPYING README.md) diff --git a/src/sanim_c.h b/src/sanim_c.h @@ -1,21 +0,0 @@ -/* Copyright (C) CNRS 2016 -* -* 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 3 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, see <http://www.gnu.org/licenses/>. */ - -#ifndef SANIM_C_H -#define SANIM_C_H - -#include "sanim.h" - -#endif /* SANIM_C_H */