diff options
author | lloyd <[email protected]> | 2010-07-12 22:48:31 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-07-12 22:48:31 +0000 |
commit | 2006b4d305039cb9ff18d21b65c37ba1f2c39819 (patch) | |
tree | 0c22610b5157ebbbf5ea790b315f7d7ce1fc6e49 /doc/examples/cms_dec.cpp | |
parent | 269b51a1aca30573befaf6f1fda9402f3b5d4dab (diff) |
Removed UI here
Diffstat (limited to 'doc/examples/cms_dec.cpp')
-rw-r--r-- | doc/examples/cms_dec.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/examples/cms_dec.cpp b/doc/examples/cms_dec.cpp index 6a9d99137..84355fb4a 100644 --- a/doc/examples/cms_dec.cpp +++ b/doc/examples/cms_dec.cpp @@ -40,9 +40,7 @@ int main(int argc, char* argv[]) DataSource_Stream message(argv[1]); - User_Interface ui; - - CMS_Decoder decoder(message, store, ui, mykey); + CMS_Decoder decoder(message, store, mykey); while(decoder.layer_type() != CMS_Decoder::DATA) { |