From 6bff444f15abdd101aff21ee1c9c06e3e3c32731 Mon Sep 17 00:00:00 2001 From: Leonardo Murillo Date: Tue, 9 Apr 2013 14:58:27 -0600 Subject: [PATCH] Removing unnecessary header file --- shared/src/PacketCodes.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 shared/src/PacketCodes.h diff --git a/shared/src/PacketCodes.h b/shared/src/PacketCodes.h deleted file mode 100644 index 525dff3481..0000000000 --- a/shared/src/PacketCodes.h +++ /dev/null @@ -1,15 +0,0 @@ -// -// PacketCodes.h -// Packet codes used throughout all applications -// -// Created by Leonardo Murillo on 03/26/13. -// Copyright (c) 2013 High Fidelity, Inc. All rights reserved -// - -const char PKT_AVATAR_MIXER[] = "X"; -const char PKT_AUDIO_MIXER[] = "M"; -const char PKT_INTERACTIVE_AGENT[] = "I"; -const char PKT_AGENT_DATA[] = "H"; -const char PKT_DOMAIN_SERVER[] = "D"; -const char PKT_PING[] = "P"; -const char PKT_REPLY[] = "R";