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:
authorGaia Clary <gaia.clary@machinimatrix.org>2013-06-24 17:04:58 +0400
committerGaia Clary <gaia.clary@machinimatrix.org>2013-06-24 17:04:58 +0400
commit960d2ec028a705c65395fc1d444704b8656c549e (patch)
tree113fcdbcd5a4e90e9093ee72ebe58e86d39f1a95 /source/blender/editors/include
parentd42204f962f29463feeec11c585556977a8b54ca (diff)
removed obsolete forward declaration
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/ED_object.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/include/ED_object.h b/source/blender/editors/include/ED_object.h
index e891f648713..90b131e5acc 100644
--- a/source/blender/editors/include/ED_object.h
+++ b/source/blender/editors/include/ED_object.h
@@ -69,8 +69,6 @@ struct PointerRNA;
struct PropertyRNA;
struct EnumPropertyItem;
-enum eVGroupSelect;
-
/* object_edit.c */
struct Object *ED_object_context(struct bContext *C); /* context.object */
struct Object *ED_object_active_context(struct bContext *C); /* context.object or context.active_object */