Cleanup: quiet shadow warning, trailign space

This commit is contained in:
Campbell Barton 2021-10-05 10:59:48 +11:00
parent 18959c502d
commit 92c449776d
3 changed files with 2 additions and 3 deletions

View File

@ -1051,7 +1051,7 @@ class SequencerButtonsPanel_Output:
class SequencerColorTagPicker:
bl_space_type = 'SEQUENCE_EDITOR'
bl_region_type = 'UI'
@staticmethod
def has_sequencer(context):
return (context.space_data.view_type in {'SEQUENCER', 'SEQUENCER_PREVIEW'})

View File

@ -1044,7 +1044,6 @@ bGPDlayer *BKE_gpencil_layer_duplicate(const bGPDlayer *gpl_src,
const bool dup_frames,
const bool dup_strokes)
{
const bGPDframe *gpf_src;
bGPDframe *gpf_dst;
bGPDlayer *gpl_dst;

View File

@ -20,7 +20,7 @@
/** \file
* \ingroup cmpnodes
*/
#include "node_composite_util.hh"
/* **************** ALPHAOVER ******************** */