Removed dem_customdata because it's not in this protocol set

This commit is contained in:
Jordan Cristiano 2015-05-26 19:03:16 -04:00
parent 3c4c786283
commit bbf100a5c7
2 changed files with 0 additions and 5 deletions

View File

@ -53,8 +53,6 @@ enum
dem_datatables,
// end of time.
dem_stop,
// a blob of binary data understood by a callback function
dem_customdata,
dem_stringtables,

View File

@ -145,9 +145,6 @@ void DemoReader::ProcessDem(void* inputFp, IDemoWriter* writer)
case dem_stop:
// TODO assert frame and tick numbers
break;
case dem_customdata:
reader.ReadRawData(nullptr, 0);
break;
case dem_stringtables:
reader.ReadRawData(nullptr, 0);
break;