summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-02-14 14:43:10 +0100
committerRémi Verschelde <rverschelde@gmail.com>2024-02-14 17:16:41 +0100
commite457f41f9b20aa90b43ab0af500d0f4dff5e7e06 (patch)
tree40c7d95148d638a0d901c63d09845322b498d360 /platform/linuxbsd
parent907db8eebcecb97d527edcaff77a1c87a6c068f5 (diff)
downloadredot-engine-e457f41f9b20aa90b43ab0af500d0f4dff5e7e06.tar.gz
Remove code relative to obsoleted ETC texture format
Co-authored-by: BlueCube3310 <53150244+BlueCube3310@users.noreply.github.com>
Diffstat (limited to 'platform/linuxbsd')
-rw-r--r--platform/linuxbsd/doc_classes/EditorExportPlatformLinuxBSD.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/platform/linuxbsd/doc_classes/EditorExportPlatformLinuxBSD.xml b/platform/linuxbsd/doc_classes/EditorExportPlatformLinuxBSD.xml
index 07378566c3..6034f414e2 100644
--- a/platform/linuxbsd/doc_classes/EditorExportPlatformLinuxBSD.xml
+++ b/platform/linuxbsd/doc_classes/EditorExportPlatformLinuxBSD.xml
@@ -60,9 +60,6 @@
<member name="texture_format/bptc" type="bool" setter="" getter="">
If [code]true[/code], project textures are exported in the BPTC format.
</member>
- <member name="texture_format/etc" type="bool" setter="" getter="">
- If [code]true[/code], project textures are exported in the ETC format.
- </member>
<member name="texture_format/etc2" type="bool" setter="" getter="">
If [code]true[/code], project textures are exported in the ETC2 format.
</member>