diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-03-26 10:21:44 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-uranus.epoch.ncsc.mil> | 2007-03-26 10:21:44 -0400 |
commit | f7c5aa0dc0fa3569a2ee412c4f996960f936b6ed (patch) | |
tree | 5eb989895aeb26bbe30d1999616fbe625504a460 /dbe/dbestruct.h | |
parent | 2e3cc861f90415f200826bc71dab6298d759c42b (diff) |
Remove dead NEED_DBE_BUF_BITS code.
Diffstat (limited to 'dbe/dbestruct.h')
-rw-r--r-- | dbe/dbestruct.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/dbe/dbestruct.h b/dbe/dbestruct.h index 460cc7564..835074c75 100644 --- a/dbe/dbestruct.h +++ b/dbe/dbestruct.h @@ -221,11 +221,6 @@ typedef struct _DbeScreenPrivRec void (*ResetProc)( ScreenPtr /*pScreen*/ ); - void (*ValidateBuffer)( - WindowPtr /*pWin*/, - XID /*bufId*/, - Bool /*dstbuffer*/ -); /* Device-specific private information. */ |