aboutsummaryrefslogtreecommitdiff
path: root/modules/multiscript/register_types.h
diff options
context:
space:
mode:
authorRémi Verschelde2017-05-11 22:41:52 +0200
committerGitHub2017-05-11 22:41:52 +0200
commita48b8bfab80b95eb14a869559a25f37e1e3a7adc (patch)
treea704802d04eecb2c8dd568f440f79a0a2642a3d2 /modules/multiscript/register_types.h
parent6d0568d8179f7dcca54b1c87ab199820a468ef2c (diff)
parent15bce7f75f0dfab9863db5d4c7a51f5fc96fdb89 (diff)
downloadgodot-a48b8bfab80b95eb14a869559a25f37e1e3a7adc.tar.gz
godot-a48b8bfab80b95eb14a869559a25f37e1e3a7adc.tar.zst
godot-a48b8bfab80b95eb14a869559a25f37e1e3a7adc.zip
Merge pull request #8718 from karroffel/remove-multiscript
removed multiscript
Diffstat (limited to 'modules/multiscript/register_types.h')
-rw-r--r--modules/multiscript/register_types.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/modules/multiscript/register_types.h b/modules/multiscript/register_types.h
deleted file mode 100644
index b18d1adff..000000000
--- a/modules/multiscript/register_types.h
+++ /dev/null
@@ -1,31 +0,0 @@
-/*************************************************************************/
-/* register_types.h */
-/*************************************************************************/
-/* This file is part of: */
-/* GODOT ENGINE */
-/* http://www.godotengine.org */
-/*************************************************************************/
-/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */
-/* Copyright (c) 2014-2017 Godot Engine contributors (cf. AUTHORS.md) */
-/* */
-/* Permission is hereby granted, free of charge, to any person obtaining */
-/* a copy of this software and associated documentation files (the */
-/* "Software"), to deal in the Software without restriction, including */
-/* without limitation the rights to use, copy, modify, merge, publish, */
-/* distribute, sublicense, and/or sell copies of the Software, and to */
-/* permit persons to whom the Software is furnished to do so, subject to */
-/* the following conditions: */
-/* */
-/* The above copyright notice and this permission notice shall be */
-/* included in all copies or substantial portions of the Software. */
-/* */
-/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */
-/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */
-/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.*/
-/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */
-/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */
-/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */
-/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
-/*************************************************************************/
-void register_multiscript_types();
-void unregister_multiscript_types();