dataprotocol: don't define default Category

Since we now include this into the unit tests directly, don't define the default
category macro because it conflicts with check.
This commit is contained in:
Wim Taymans 2012-02-03 11:37:21 +01:00
parent 48b190c7be
commit 1dfb84e3c5

View file

@ -78,7 +78,6 @@
/* debug category */
GST_DEBUG_CATEGORY_STATIC (data_protocol_debug);
#define GST_CAT_DEFAULT data_protocol_debug
/* helper macros */