Hopefully fix the missing display of the first transmission in all modes.

This commit is contained in:
Jonathan Naylor
2016-04-11 12:21:46 +01:00
parent 9c283395fd
commit 4329c627db
10 changed files with 124 additions and 139 deletions

View File

@@ -43,10 +43,6 @@ void CNullDisplay::setLockout()
{
}
void CNullDisplay::setDStar()
{
}
void CNullDisplay::writeDStar(const char* my1, const char* my2, const char* your)
{
}
@@ -55,10 +51,6 @@ void CNullDisplay::clearDStar()
{
}
void CNullDisplay::setDMR()
{
}
void CNullDisplay::writeDMR(unsigned int slotNo, unsigned int srcId, bool group, unsigned int dstId, const char* type)
{
}
@@ -67,10 +59,6 @@ void CNullDisplay::clearDMR(unsigned int slotNo)
{
}
void CNullDisplay::setFusion()
{
}
void CNullDisplay::writeFusion(const char* source, const char* dest)
{
}