summaryrefslogtreecommitdiff
path: root/dbe/dbestruct.h
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2012-10-16 14:56:20 -0400
committerAdam Jackson <ajax@redhat.com>2013-09-10 13:28:23 -0400
commit44d770750069486a8452fb2384f9b85745268e61 (patch)
treee4e8e60bb032897d3e969ced0e0407cd6f904391 /dbe/dbestruct.h
parent8cce0cf4d378f6fa52bc2cd277737b8986ab683c (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.h4
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 */
);