Outliner: Remove Toggle options from object RMB

Task suggested by Pablo Vazquez (venomgfx).
This commit is contained in:
Dalai Felinto 2018-01-29 12:04:45 -02:00
parent 083f6af8f8
commit d174f3bd60
1 changed files with 0 additions and 3 deletions

View File

@ -1016,9 +1016,6 @@ static const EnumPropertyItem prop_object_op_types[] = {
{OL_OP_DELETE_HIERARCHY, "DELETE_HIERARCHY", 0, "Delete Hierarchy", ""},
{OL_OP_REMAP, "REMAP", 0, "Remap Users",
"Make all users of selected data-blocks to use instead a new chosen one"},
{OL_OP_TOGVIS, "TOGVIS", 0, "Toggle Visible", ""},
{OL_OP_TOGSEL, "TOGSEL", 0, "Toggle Selectable", ""},
{OL_OP_TOGREN, "TOGREN", 0, "Toggle Renderable", ""},
{OL_OP_RENAME, "RENAME", 0, "Rename", ""},
{0, NULL, 0, NULL, NULL}
};