* Removed last occurrence of get_pointcloud_attr_query.

This commit is contained in:
Thomas Dinges
2012-09-02 17:39:07 +00:00
parent add7ca12d9
commit dfec5a3655

View File

@@ -65,9 +65,6 @@ public:
bool get_userdata(bool derivatives, ustring name, TypeDesc type,
void *renderstate, void *val);
bool has_userdata(ustring name, TypeDesc type, void *renderstate);
void *get_pointcloud_attr_query(ustring *attr_names,
TypeDesc *attr_types, int nattrs);
int pointcloud_search(OSL::ShaderGlobals *sg, ustring filename, const OSL::Vec3 &center,
float radius, int max_points, bool sort, size_t *out_indices,