From 5c234257dc44276f2c96bd4e9d0bbbad7ae5107b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sat, 26 Feb 2011 22:34:37 +0100 Subject: [PATCH] psu_game: Remove the header function now unused. --- src/psu/psu_game.erl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/psu/psu_game.erl b/src/psu/psu_game.erl index 96effc0..1eed886 100644 --- a/src/psu/psu_game.erl +++ b/src/psu/psu_game.erl @@ -126,11 +126,6 @@ npc_load(Leader, [{PartyPos, NPCGID}|NPCList], Client) -> send_1016(PartyPos), npc_load(Leader, NPCList, Client). -%% @doc Build the packet header. -header(Command) -> - GID = get(gid), - << Command:16/unsigned-integer, 16#0300:16, 0:160, 16#00011300:32, GID:32/little, 0:64 >>. - %% @doc Send the given packet to the client. %% @todo Consolidate the receive and send functions better. send(Packet) ->