Code cleanup: remove unused grease pencil pointer

This commit is contained in:
Campbell Barton 2014-04-30 03:31:36 +10:00
parent 1ef06abc5e
commit 4be837f192
2 changed files with 0 additions and 3 deletions

View File

@ -706,7 +706,6 @@ static void *view3d_main_area_duplicate(void *poin)
new->gpuoffscreen = NULL;
new->ri = NULL;
new->render_engine = NULL;
new->gpd = NULL;
new->sms = NULL;
new->smooth_timer = NULL;

View File

@ -101,8 +101,6 @@ typedef struct RegionView3D {
float clip_local[6][4]; /* clip in object space, means we can test for clipping in editmode without first going into worldspace */
struct BoundBox *clipbb;
struct bGPdata *gpd; /* Grease-Pencil Data (annotation layers) */
struct RegionView3D *localvd; /* allocated backup of its self while in localview */
struct RenderInfo *ri;
struct RenderEngine *render_engine;