summaryrefslogtreecommitdiffstats
path: root/include/core/String.hpp
diff options
context:
space:
mode:
authorDhruvMaroo <dhruvmaru007@gmail.com>2021-05-31 09:10:59 +0530
committerDhruvMaroo <dhruvmaru007@gmail.com>2021-05-31 09:10:59 +0530
commitb44b98a94c564a6eeb619c476ea2a3a75e1e6297 (patch)
tree6a8ee9e11e650b2f0ddb62c4e486051ae0409b8e /include/core/String.hpp
parentcd05371ce86cc5a4d4fb66187f4df1edc2f03e16 (diff)
downloadredot-cpp-b44b98a94c564a6eeb619c476ea2a3a75e1e6297.tar.gz
removed _deleted class member
Diffstat (limited to 'include/core/String.hpp')
-rw-r--r--include/core/String.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/core/String.hpp b/include/core/String.hpp
index 4992adb..fa3944d 100644
--- a/include/core/String.hpp
+++ b/include/core/String.hpp
@@ -17,7 +17,6 @@ class CharString {
friend class String;
godot_char_string _char_string;
- bool _deleted = false;
public:
~CharString();