From 690ed63eb55d1c52b051d8ce40e76e1b57291f29 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 18 Apr 2019 20:02:09 +0200 Subject: Cleanup: unused region init functions --- source/blender/editors/space_graph/graph_intern.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/blender/editors/space_graph/graph_intern.h') diff --git a/source/blender/editors/space_graph/graph_intern.h b/source/blender/editors/space_graph/graph_intern.h index 73dd1ae68f7..606f4bc3fe3 100644 --- a/source/blender/editors/space_graph/graph_intern.h +++ b/source/blender/editors/space_graph/graph_intern.h @@ -35,10 +35,6 @@ struct bContext; /* internal exports only */ -/* ***************************************** */ -/* space_graph.c */ -struct ARegion *graph_has_buttons_region(struct ScrArea *sa); - /* ***************************************** */ /* graph_draw.c */ void graph_draw_channel_names(struct bContext *C, struct bAnimContext *ac, struct ARegion *ar); -- cgit v1.2.3