projects
/
platform
/
upstream
/
assimp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27fd350
)
Scene: remove redundant pragma once statement.
author
Kim Kulling
<kim.kulling@googlemail.com>
Mon, 3 Oct 2016 17:23:52 +0000
(19:23 +0200)
committer
Kim Kulling
<kim.kulling@googlemail.com>
Mon, 3 Oct 2016 17:23:52 +0000
(19:23 +0200)
include/assimp/scene.h
patch
|
blob
|
history
diff --git
a/include/assimp/scene.h
b/include/assimp/scene.h
index
80542a6
..
d9799db
100644
(file)
--- a/
include/assimp/scene.h
+++ b/
include/assimp/scene.h
@@
-38,7
+38,6
@@
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
---------------------------------------------------------------------------
*/
-#pragma once
/** @file scene.h
* @brief Defines the data structures in which the imported scene is returned.