diff --git a/release/datafiles/icons_svg/rna.svg b/release/datafiles/icons_svg/rna.svg index 1f1efdb0ede..a1f64b238f8 100644 --- a/release/datafiles/icons_svg/rna.svg +++ b/release/datafiles/icons_svg/rna.svg @@ -1 +1,33 @@ - \ No newline at end of file + + + + + + + + + + + diff --git a/release/datafiles/icons_svg/rna_add.svg b/release/datafiles/icons_svg/rna_add.svg deleted file mode 100644 index 85fb3150225..00000000000 --- a/release/datafiles/icons_svg/rna_add.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/source/blender/editors/datafiles/CMakeLists.txt b/source/blender/editors/datafiles/CMakeLists.txt index f4456b77b76..8ad024f3ea4 100644 --- a/source/blender/editors/datafiles/CMakeLists.txt +++ b/source/blender/editors/datafiles/CMakeLists.txt @@ -787,7 +787,6 @@ if(WITH_BLENDER) rigid_body rigid_body_constraint rna - rna_add rndcurve rootcurve scene diff --git a/source/blender/editors/include/UI_icons.hh b/source/blender/editors/include/UI_icons.hh index 20cd08bc25e..4292f297e7a 100644 --- a/source/blender/editors/include/UI_icons.hh +++ b/source/blender/editors/include/UI_icons.hh @@ -282,7 +282,6 @@ DEF_ICON(PACKAGE) DEF_ICON(PRESET) DEF_ICON(RENDER_ANIMATION) DEF_ICON(RENDER_STILL) -DEF_ICON(RNA_ADD) DEF_ICON(RNA) DEF_ICON(STRANDS) DEF_ICON(UGLYPACKAGE)