From 7402fd2c56c1165c1b212590235a408750b36fa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 22 Aug 2019 13:44:57 +0200 Subject: 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 --- doc/classes/PoolByteArray.xml | 7 ------- 1 file changed, 7 deletions(-) (limited to 'doc/classes/PoolByteArray.xml') 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. - - - - - Returns SHA-256 string of the PoolByteArray. - - -- cgit v1.2.3