]> sigrok.org Git - pulseview.git/commitdiff
Removed single decoder limitation
authorJoel Holdsworth <redacted>
Sun, 13 Oct 2013 13:56:33 +0000 (14:56 +0100)
committerJoel Holdsworth <redacted>
Sun, 13 Oct 2013 13:56:33 +0000 (14:56 +0100)
pv/sigsession.cpp

index 1099ad46704c77b1ba12fb38ad9a1d61cf645ee7..a69f068e804f3d249ec831f59395e5dcec31904e 100644 (file)
@@ -201,12 +201,6 @@ void SigSession::add_decoder(srd_decoder *const dec,
        {
                lock_guard<mutex> lock(_signals_mutex);
 
-               if (!_decode_traces.empty()) {
-                       qDebug("Currently only one decode trace can be added "
-                               "at once");
-                       _decode_traces.clear();
-               }
-
                shared_ptr<data::Decoder> decoder(
                        new data::Decoder(dec, probes, options));
                shared_ptr<view::DecodeSignal> d(