* Removed an unused context callback.

This commit is contained in:
Thomas Dinges
2009-09-21 14:45:28 +00:00
parent 6fc4e2d37f
commit b037d280d3

View File

@@ -554,7 +554,7 @@ int buttons_context(const bContext *C, const char *member, bContextDataResult *r
"world", "object", "mesh", "armature", "lattice", "curve",
"meta_ball", "lamp", "camera", "material", "material_slot",
"texture", "texture_slot", "bone", "edit_bone", "particle_system",
"cloth", "soft_body", "fluid", "smoke", "smoke_hr", "collision", "brush", NULL};
"cloth", "soft_body", "fluid", "smoke", "collision", "brush", NULL};
CTX_data_dir_set(result, dir);
return 1;