Revert "Collection Editor based on patch by Julian Eisel"
This reverts commit 3da834e83c.
We will use the outliner for this now.
I'm also moving the collections_ops.c to outliner_collections.c
This commit is contained in:
@@ -49,7 +49,6 @@ struct ColorManagedDisplaySettings;
|
||||
|
||||
void fdrawline(float x1, float y1, float x2, float y2); /* DEPRECATED */
|
||||
void fdrawbox(float x1, float y1, float x2, float y2); /* DEPRECATED */
|
||||
void fdrawbox_filled(float x1, float y1, float x2, float y2);
|
||||
void sdrawline(int x1, int y1, int x2, int y2); /* DEPRECATED */
|
||||
void sdrawbox(int x1, int y1, int x2, int y2); /* DEPRECATED */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user