glamor: Remove unused glamor_pixmap_private_atlas_t

Signed-off-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Keith Packard 2014-10-29 22:54:27 -07:00 committed by Eric Anholt
parent af687396f1
commit 9ef5cbf8ab

View File

@ -486,23 +486,11 @@ typedef struct glamor_pixmap_private_large {
glamor_pixmap_fbo **fbo_array;
} glamor_pixmap_private_large_t;
/*
* @box: the relative coords in the corresponding fbo.
*/
typedef struct glamor_pixmap_private_atlas {
union {
glamor_pixmap_type_t type;
glamor_pixmap_private_base_t base;
};
BoxRec box;
} glamor_pixmap_private_atlas_t;
typedef struct glamor_pixmap_private {
union {
glamor_pixmap_type_t type;
glamor_pixmap_private_base_t base;
glamor_pixmap_private_large_t large;
glamor_pixmap_private_atlas_t atlas;
};
} glamor_pixmap_private;