[Bf-blender-cvs] [5441e4802a1] blender2.8: Style: Remove duplicated struct declaration.

Clément Foucault noreply at git.blender.org
Fri Apr 6 14:24:34 CEST 2018


Commit: 5441e4802a1d673c3a74fd18c989fc1994a12b05
Author: Clément Foucault
Date:   Fri Apr 6 14:30:44 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB5441e4802a1d673c3a74fd18c989fc1994a12b05

Style: Remove duplicated struct declaration.

===================================================================

M	source/blender/editors/include/UI_interface.h

===================================================================

diff --git a/source/blender/editors/include/UI_interface.h b/source/blender/editors/include/UI_interface.h
index 0eabdc1ec0f..edf15d02e73 100644
--- a/source/blender/editors/include/UI_interface.h
+++ b/source/blender/editors/include/UI_interface.h
@@ -64,7 +64,6 @@ struct Image;
 struct ImageUser;
 struct wmKeyConfig;
 struct wmOperatorType;
-struct uiWidgetColors;
 struct MTex;
 struct ImBuf;
 struct bNodeTree;



More information about the Bf-blender-cvs mailing list