Remove accidental packsize reference

This was work done on another branch that got included here by
mistake.
This commit is contained in:
Karl Mikaelsson 2017-10-05 15:02:01 +02:00
parent e48f947794
commit 8316b346e8

View File

@ -267,8 +267,7 @@ rdpsnd_process_training(STREAM in)
in_uint16_le(in, tick);
logger(Sound, Debug, "rdpsnd_process_training(), tick=0x%04x, packsize=%d", (unsigned) tick,
packsize);
logger(Sound, Debug, "rdpsnd_process_training(), tick=0x%04x", (unsigned) tick);
out = rdpsnd_init_packet(SNDC_TRAINING, 4);
out_uint16_le(out, tick);