diff options
author | Alexander Larsson <alexl@redhat.com> | 2010-09-14 15:11:49 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2010-09-20 10:25:16 +0200 |
commit | 638c5ff7c62a814afc3e0b8929ad85981df02ae9 (patch) | |
tree | 1383871744639526057593b8659476fbd09ba6c3 | |
parent | 590559c13788e63dabce7bc825bb2aad756ccda2 (diff) |
Remove unused structure member
-rw-r--r-- | display/qxldd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/display/qxldd.h b/display/qxldd.h index 1cd6fc7..26528df 100644 --- a/display/qxldd.h +++ b/display/qxldd.h @@ -319,8 +319,6 @@ typedef struct PDev { UINT32 n_surfaces; SurfaceInfo surface0_info; - - VIDEOMEMORY *pvmList; } PDev; |