Cleanup: Undefined function declarations

This commit is contained in:
2018-07-05 16:55:25 +02:00
parent d192d72312
commit ec98d8cc9e
3 changed files with 0 additions and 11 deletions

View File

@@ -234,11 +234,6 @@ bool ED_workspace_layout_cycle(
struct WorkSpace *workspace, const short direction,
struct bContext *C) ATTR_NONNULL();
void ED_workspace_object_mode_sync_from_object(
struct wmWindowManager *wm, WorkSpace *workspace, struct Object *obact);
void ED_workspace_object_mode_sync_from_scene(
struct wmWindowManager *wm, WorkSpace *workspace, struct Scene *scene);
void ED_workspace_status_text(struct bContext *C, const char *str);
/* anim */