summaryrefslogtreecommitdiff
path: root/doc/classes/PoolByteArray.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2019-08-22 13:44:57 +0200
committerRémi Verschelde <rverschelde@gmail.com>2019-08-22 13:44:57 +0200
commit7402fd2c56c1165c1b212590235a408750b36fa7 (patch)
tree353ed0f6daad6cba1352d42780c736a4a2b8b218 /doc/classes/PoolByteArray.xml
parent7978e9071b9b2e5056a6a4ef2ece44d7ea00b4fb (diff)
Revert "Feature: Add SHA256 for PoolByteArray"
This reverts commit e2c3bbabb0a12f58585bb441d91ee8882225b0ee. This was superseded by #29871 which adds more crypto features with a dedicated interface. Since this commit was never in a stable release (merged during 3.2 dev), we revert it to avoid having to deprecate it in favor of the Crypto API. See https://github.com/godotengine/godot/pull/31187#issuecomment-523377965
Diffstat (limited to 'doc/classes/PoolByteArray.xml')
-rw-r--r--doc/classes/PoolByteArray.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/classes/PoolByteArray.xml b/doc/classes/PoolByteArray.xml
index 08848e789b..4d741b9136 100644
--- a/doc/classes/PoolByteArray.xml
+++ b/doc/classes/PoolByteArray.xml
@@ -113,13 +113,6 @@
Changes the byte at the given index.
</description>
</method>
- <method name="sha256_string">
- <return type="String">
- </return>
- <description>
- Returns SHA-256 string of the PoolByteArray.
- </description>
- </method>
<method name="size">
<return type="int">
</return>