diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-11-27 15:32:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-27 15:32:59 +0100 |
commit | a87e2f85ee838245f0d5e702561faa3502b14800 (patch) | |
tree | 910d17e2675f09f675090c1220f2590b572d2e61 /modules/gridmap/grid_map.h | |
parent | 6c5d1d7217670ec66e9100495739671c6a183464 (diff) | |
parent | 96b30e7727daf8a41e3963dba88c38302de0811c (diff) |
Merge pull request #33939 from KoBeWi/grideprecatedmap
Remove deprecated theme property from GridMap
Diffstat (limited to 'modules/gridmap/grid_map.h')
-rw-r--r-- | modules/gridmap/grid_map.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/gridmap/grid_map.h b/modules/gridmap/grid_map.h index f4407099f5..10c96956b7 100644 --- a/modules/gridmap/grid_map.h +++ b/modules/gridmap/grid_map.h @@ -227,11 +227,6 @@ public: void set_collision_mask_bit(int p_bit, bool p_value); bool get_collision_mask_bit(int p_bit) const; -#ifndef DISABLE_DEPRECATED - void set_theme(const Ref<MeshLibrary> &p_theme); - Ref<MeshLibrary> get_theme() const; -#endif // DISABLE_DEPRECATED - void set_mesh_library(const Ref<MeshLibrary> &p_mesh_library); Ref<MeshLibrary> get_mesh_library() const; |