Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/include/BSE_buttons.h')
-rw-r--r--source/blender/include/BSE_buttons.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/blender/include/BSE_buttons.h b/source/blender/include/BSE_buttons.h
index dd2332fbec2..63ac472f032 100644
--- a/source/blender/include/BSE_buttons.h
+++ b/source/blender/include/BSE_buttons.h
@@ -33,14 +33,6 @@
#ifndef BSE_BUTTONS_H
#define BSE_BUTTONS_H
-struct ID;
-
-void test_meshpoin_but(char *name, struct ID **idpp);
-void test_obpoin_but(char *name, struct ID **idpp);
-void test_scenepoin_but(char *name, struct ID **idpp);
-void test_matpoin_but(char *name, struct ID **idpp);
-void test_scriptpoin_but(char *name, struct ID **idpp);
-void test_actionpoin_but(char *name, ID **idpp); /* __ NLA */
void clever_numbuts_buts();
#endif /* BSE_BUTTONS_H */