summaryrefslogtreecommitdiff
path: root/cras/src/common/cras_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'cras/src/common/cras_config.h')
-rw-r--r--cras/src/common/cras_config.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/cras/src/common/cras_config.h b/cras/src/common/cras_config.h
index 1c8e55fa..7f0aa23f 100644
--- a/cras/src/common/cras_config.h
+++ b/cras/src/common/cras_config.h
@@ -20,9 +20,6 @@
/* Socket file paths for VMs. */
#define CRAS_VMS_LEGACY_SOCKET_FILE "vms/.cras_socket"
#define CRAS_VMS_UNIFIED_SOCKET_FILE "vms/.cras_unified"
-/* Socket file paths for pluginVM. */
-#define CRAS_PLUGIN_PLAYBACK_SOCKET_FILE "vms/plugin/playback/.cras_socket"
-#define CRAS_PLUGIN_UNIFIED_SOCKET_FILE "vms/plugin/unified/.cras_socket"
/* Maximum socket_path size, which is equals to sizeof(sun_path) in sockaddr_un
* structure.