Revert "Feature: Add SHA256 for PoolByteArray"

This reverts commit e2c3bbabb0.

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
This commit is contained in:
Rémi Verschelde
2019-08-22 13:44:57 +02:00
parent 7978e9071b
commit 7402fd2c56
2 changed files with 0 additions and 18 deletions

View File

@@ -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>