summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/common.h b/common.h
index cad48ce..664f679 100644
--- a/common.h
+++ b/common.h
@@ -29,12 +29,6 @@
#define Dprintf(x...)
#endif
-#if APIVERSNUM >= 10714
-#define TRANSPONDER(c1, c2) (c1->Transponder() == c2->Transponder() && !c1->IsSourceType('V'))
-#else
-#define TRANSPONDER(c1, c2) (c1->Transponder() == c2->Transponder())
-#endif
-
#define MAXPARSEBUFFER KILOBYTE(16)
/* Service ID for loop prevention */