summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-01-20 23:59:07 +0100
committerRémi Verschelde <rverschelde@gmail.com>2023-01-20 23:59:07 +0100
commit9891aea85e7aab4dc6d47c61451033ecf2ef8cdb (patch)
tree42860703c27373a2bda071e303ba13ca2cddcab8 /modules/gdscript/gdscript.h
parent34851764a73f46799b5a24a690f9df5e5db05a01 (diff)
parent7e5c2f945dbb17e01fb6d1b6215ba4f176232785 (diff)
downloadredot-engine-9891aea85e7aab4dc6d47c61451033ecf2ef8cdb.tar.gz
Merge pull request #71752 from vnen/no-gdc-export
Remove references to compiled GDScript in export
Diffstat (limited to 'modules/gdscript/gdscript.h')
-rw-r--r--modules/gdscript/gdscript.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/gdscript/gdscript.h b/modules/gdscript/gdscript.h
index a53785a98d..71184ac2da 100644
--- a/modules/gdscript/gdscript.h
+++ b/modules/gdscript/gdscript.h
@@ -250,9 +250,6 @@ public:
virtual void set_path(const String &p_path, bool p_take_over = false) override;
String get_script_path() const;
Error load_source_code(const String &p_path);
- Error load_byte_code(const String &p_path);
-
- Vector<uint8_t> get_as_byte_code() const;
bool get_property_default_value(const StringName &p_property, Variant &r_value) const override;