diff options
author | Arnon Gilboa <agilboa@redhat.com> | 2010-11-09 20:50:21 +0200 |
---|---|---|
committer | Arnon Gilboa <agilboa@redhat.com> | 2010-11-09 20:50:21 +0200 |
commit | 35d1b7c835561d44f631e2e1777a13b3573c3ccf (patch) | |
tree | 4f934447e133cab5ff910c3d5c13547a35fc0672 /common | |
parent | 1e7f9e85a78be3a6d70557de43f968387278bd05 (diff) |
Revert "vdservice: don't start when no qxl device present"
This reverts commit 349e6a5bf8804b25c3af6e1f439122a7cc269cc2 which breaks vsdervice on Windows 7
Diffstat (limited to 'common')
-rw-r--r-- | common/vdcommon.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/vdcommon.h b/common/vdcommon.h index 24d18d6..1097720 100644 --- a/common/vdcommon.h +++ b/common/vdcommon.h @@ -63,7 +63,5 @@ typedef struct VDPipeState { VDPipeBuffer read; } VDPipeState; -bool get_qxl_device_id(TCHAR* device_key, DWORD* device_id); - #endif |