Cleanup: redundant initialization
These were limited to obvious cases. Some less obvious cases were kept as refactoring might make them necessary in future.
This commit is contained in:
@@ -3172,7 +3172,7 @@ void blo_do_versions_280(FileData *fd, Library *UNUSED(lib), Main *bmain)
|
||||
bool is_blend = false;
|
||||
|
||||
{
|
||||
char tool = tool_init;
|
||||
char tool;
|
||||
switch (tool_init) {
|
||||
case PAINT_BLEND_MIX:
|
||||
tool = VPAINT_TOOL_DRAW;
|
||||
|
||||
Reference in New Issue
Block a user