diff options
author | Robin KAY <komadori@users.sourceforge.net> | 2003-01-01 16:30:26 +0000 |
---|---|---|
committer | Robin KAY <komadori@users.sourceforge.net> | 2003-01-01 16:30:26 +0000 |
commit | db721598731ba192a0078ae96b8a14c9483469c8 (patch) | |
tree | af4e84caeefcf4b7c5e0372334a55468f32124cc | |
parent | 98694101d0df67c7b51392012becef95ad520dd6 (diff) | |
download | xine-lib-db721598731ba192a0078ae96b8a14c9483469c8.tar.gz xine-lib-db721598731ba192a0078ae96b8a14c9483469c8.tar.bz2 |
Commented out empty structure
CVS patchset: 3742
CVS date: 2003/01/01 16:30:26
-rw-r--r-- | src/input/ost/dmx.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/input/ost/dmx.h b/src/input/ost/dmx.h index 332d669af..88eebd869 100644 --- a/src/input/ost/dmx.h +++ b/src/input/ost/dmx.h @@ -92,10 +92,10 @@ typedef struct dmxFilter } dmxFilter_t; -struct dmxFrontEnd +/*struct dmxFrontEnd { - /*TBD tbd; */ -}; + TBD tbd; +};*/ struct dmxSctFilterParams |