]> git.lizzy.rs Git - irrlicht.git/blobdiff - include/IVideoDriver.h
Remove unused functions
[irrlicht.git] / include / IVideoDriver.h
index a084d403c1a7af3032bacb675d6114ecdcd51274..d80c2f0e04a1ec9719cf323cedb3adba4ca72355 100644 (file)
@@ -483,7 +483,7 @@ namespace video
                example in picture edit programs. To avoid this problem, you\r
                could use the makeColorKeyTexture method, which takes the\r
                position of a pixel instead a color value.\r
-               \param zeroTexels \deprecated If set to true, then any texels that match\r
+               \param zeroTexels (deprecated) If set to true, then any texels that match\r
                the color key will have their color, as well as their alpha, set to zero\r
                (i.e. black). This behavior matches the legacy (buggy) behavior prior\r
                to release 1.5 and is provided for backwards compatibility only.\r
@@ -500,7 +500,7 @@ namespace video
                \param colorKeyPixelPos Position of a pixel with the color key\r
                color. Every texel with this color will become fully transparent as\r
                described above.\r
-               \param zeroTexels \deprecated If set to true, then any texels that match\r
+               \param zeroTexels (deprecated) If set to true, then any texels that match\r
                the color key will have their color, as well as their alpha, set to zero\r
                (i.e. black). This behavior matches the legacy (buggy) behavior prior\r
                to release 1.5 and is provided for backwards compatibility only.\r