Cleanup: remove outdated comments

This commit is contained in:
Campbell Barton 2023-05-24 11:21:19 +10:00
parent 13c815085b
commit 14a7c5afac
2 changed files with 0 additions and 5 deletions

View File

@ -1,9 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* NOTE: the original vertex color stuff is now just used for
* getting info on the layers themselves, accessing the data is
* done through the (not yet written) mpoly interfaces. */
/** \file
* \ingroup RNA
*/

View File

@ -511,7 +511,6 @@ static void do_cross_effect(const SeqRenderData *context,
/** \name Gamma Cross
* \{ */
/* copied code from initrender.c */
static ushort gamtab[65536];
static ushort igamtab1[256];
static bool gamma_tabs_init = false;