From a961efbc7597faf536c81069fb8583be29010ea9 Mon Sep 17 00:00:00 2001 From: Yuri Rubinsky Date: Fri, 12 Aug 2022 14:23:09 +0300 Subject: [PATCH] Remove incorrect sentence from shader preprocessor. --- tutorials/shaders/shader_reference/shader_preprocessor.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/tutorials/shaders/shader_reference/shader_preprocessor.rst b/tutorials/shaders/shader_reference/shader_preprocessor.rst index 0c8031552..92c9c6ebe 100644 --- a/tutorials/shaders/shader_reference/shader_preprocessor.rst +++ b/tutorials/shaders/shader_reference/shader_preprocessor.rst @@ -95,8 +95,6 @@ Used as terminator for the `#if`, `#ifdef`, `#ifndef` or subsequent `#else` dire ^^^^^^ \ **Syntax:** `#undef identifier`. -`#undef directive_name` - The `#undef` directive may be used to cancel the previously defined `#define` directive: .. code-block:: glsl