summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorArnon Gilboa <agilboa@redhat.com>2013-04-22 11:16:19 +0300
committerArnon Gilboa <agilboa@redhat.com>2013-04-22 11:17:40 +0300
commit0074ebcfb17cc9e68b390e06690bf76f9aa55729 (patch)
tree273eab3b35cefb7fb65e457407df4b190753e670 /common
parentdd9d1f41cace5e73bfd847ff8d0cfa303e141b1c (diff)
Revert "vdagent: add vdagent_helper to support mouse when UAC dialog takes focus"
Diffstat (limited to 'common')
-rw-r--r--common/vdcommon.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/vdcommon.h b/common/vdcommon.h
index 5099fdc..177721c 100644
--- a/common/vdcommon.h
+++ b/common/vdcommon.h
@@ -34,7 +34,6 @@ typedef CRITICAL_SECTION mutex_t;
#define VD_AGENT_REGISTRY_KEY "SOFTWARE\\Red Hat\\Spice\\vdagent\\"
#define VD_AGENT_STOP_EVENT TEXT("Global\\vdagent_stop_event")
-#define VD_AGENT_NAMED_PIPE TEXT("\\\\.\\pipe\\vdagent")
#if defined __GNUC__
#define ALIGN_GCC __attribute__ ((packed))