diff options
author | Adam Jackson <ajax@redhat.com> | 2012-10-16 14:56:20 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2013-09-10 13:28:23 -0400 |
commit | 44d770750069486a8452fb2384f9b85745268e61 (patch) | |
tree | e4e8e60bb032897d3e969ced0e0407cd6f904391 /dbe/dbestruct.h | |
parent | 8cce0cf4d378f6fa52bc2cd277737b8986ab683c (diff) |
dbe: Drop the unused idiom support
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'dbe/dbestruct.h')
-rw-r--r-- | dbe/dbestruct.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dbe/dbestruct.h b/dbe/dbestruct.h index f9d938af1..1930b7178 100644 --- a/dbe/dbestruct.h +++ b/dbe/dbestruct.h @@ -180,10 +180,6 @@ typedef struct _DbeScreenPrivRec { int * /*pNumWindows */ , DbeSwapInfoPtr /*swapInfo */ ); - void (*BeginIdiom) (ClientPtr /*client */ - ); - void (*EndIdiom) (ClientPtr /*client */ - ); void (*WinPrivDelete) (DbeWindowPrivPtr /*pDbeWindowPriv */ , XID /*bufId */ ); |