From 63913567cf75d67229f40856c1dc83567c840997 Mon Sep 17 00:00:00 2001 From: shevernitskiy Date: Wed, 30 Aug 2023 12:49:28 +0300 Subject: [PATCH] Update docs/dev/Lua API.rst Co-authored-by: Myk --- docs/dev/Lua API.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/dev/Lua API.rst b/docs/dev/Lua API.rst index c25de597a..fe5e19865 100644 --- a/docs/dev/Lua API.rst +++ b/docs/dev/Lua API.rst @@ -3915,9 +3915,6 @@ These modules make extensive use of the ``class`` module, and define things ranging from the basic ``Painter``, ``View`` and ``Screen`` classes, to fully functional predefined dialogs. -In addition to the ``gui`` module, there is a ``textures`` module that allows -you to perform actions on textures to use them as tiles during rendering. - gui ===