Cleanup: remove unused RenderProfile DNA struct

This commit is contained in:
Campbell Barton
2024-04-11 17:43:42 +10:00
parent a70f667f8b
commit 28381e6c93

View File

@@ -853,21 +853,6 @@ enum {
/** \name Render Conversion/Simplification Settings
* \{ */
/** Control render convert and shading engine. */
typedef struct RenderProfile {
struct RenderProfile *next, *prev;
char name[32];
short particle_perc;
short subsurf_max;
short shadbufsample_max;
char _pad1[2];
float ao_error;
char _pad2[4];
} RenderProfile;
/* UV Paint. */
/** #ToolSettings::uv_sculpt_settings */
enum {