diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-03-06 15:32:13 -0500 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-uranus.epoch.ncsc.mil> | 2007-03-06 17:05:03 -0500 |
commit | a7cd53deb99957dec27a55ffd75e548b322ae0ce (patch) | |
tree | e6bcdc483b086b3336725f3d654932ddcd579a29 /include/pixmapstr.h | |
parent | 024bbc7cbb924daaf3e305ddfc8e74509acd1e15 (diff) |
remove PIXPRIV checks as this flag is always set.
Diffstat (limited to 'include/pixmapstr.h')
-rw-r--r-- | include/pixmapstr.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/pixmapstr.h b/include/pixmapstr.h index 628465b97..93bd45db8 100644 --- a/include/pixmapstr.h +++ b/include/pixmapstr.h @@ -86,9 +86,7 @@ typedef struct _Pixmap { int refcnt; int devKind; DevUnion devPrivate; -#ifdef PIXPRIV DevUnion *devPrivates; /* real devPrivates like gcs & windows */ -#endif #ifdef COMPOSITE short screen_x; short screen_y; |