]> sigrok.org Git - pulseview.git/commitdiff
StoreSession: Removed commented code
authorJoel Holdsworth <redacted>
Sun, 2 Nov 2014 19:25:43 +0000 (19:25 +0000)
committerUwe Hermann <redacted>
Thu, 13 Nov 2014 18:34:39 +0000 (19:34 +0100)
pv/storesession.cpp

index 741d18a660d73dc628e08eec6a7c151d521cebf6..484f1ff60f2547cad7924f10c9e1dd202958e7a4 100644 (file)
@@ -95,7 +95,6 @@ bool StoreSession::start()
        }
 
        // Get the logic data
        }
 
        // Get the logic data
-       //shared_ptr<data::SignalData
        shared_ptr<data::Logic> data;
        if (!(data = dynamic_pointer_cast<data::Logic>(*data_set.begin()))) {
                _error = tr("PulseView currently only has support for "
        shared_ptr<data::Logic> data;
        if (!(data = dynamic_pointer_cast<data::Logic>(*data_set.begin()))) {
                _error = tr("PulseView currently only has support for "