Cleanup: remove outdated comments
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user