diff options
author | Eric Anholt <eric@anholt.net> | 2013-08-18 20:10:41 +0200 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2013-08-18 20:10:41 +0200 |
commit | 93ec2e24b3542d71438d4f269635b9da3c905093 (patch) | |
tree | c70f1194610a33d62f3f0d0965d964cc2b42b8bd /hw/kdrive/ephyr/ephyrhostvideo.c | |
parent | 7c42fd5bfe767bd8f439c76f1cd36ce1aabcfbd1 (diff) |
pointephyr-rebase-works
Diffstat (limited to 'hw/kdrive/ephyr/ephyrhostvideo.c')
-rw-r--r-- | hw/kdrive/ephyr/ephyrhostvideo.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/hw/kdrive/ephyr/ephyrhostvideo.c b/hw/kdrive/ephyr/ephyrhostvideo.c index 20e0fdf37..5c3eb051f 100644 --- a/hw/kdrive/ephyr/ephyrhostvideo.c +++ b/hw/kdrive/ephyr/ephyrhostvideo.c @@ -43,12 +43,6 @@ #define FALSE 0 #endif /*FALSE*/ - -void -ephyrHostXVInit(void) -{ -} - Bool ephyrHostXVQueryAdaptors (xcb_xv_query_adaptors_reply_t **a_adaptors) { @@ -78,19 +72,6 @@ out: return is_ok; } -void -ephyrHostXVAdaptorArrayDelete (xcb_xv_query_adaptors_reply_t *a_adaptors) -{ - free (a_adaptors); -} - -int -ephyrHostXVAdaptorArrayGetSize (const xcb_xv_query_adaptors_reply_t *a_this) -{ - EPHYR_RETURN_VAL_IF_FAIL(a_this, -1); - return a_this->num_adaptors; -} - xcb_xv_adaptor_info_t * ephyrHostXVAdaptorArrayAt(const xcb_xv_query_adaptors_reply_t *a_this, int a_index) |