projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d260d42
)
StoreSession: Removed commented code
author
Joel Holdsworth
<joel@airwebreathe.org.uk>
Sun, 2 Nov 2014 19:25:43 +0000
(19:25 +0000)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Thu, 13 Nov 2014 18:34:39 +0000
(19:34 +0100)
pv/storesession.cpp
patch
|
blob
|
history
diff --git
a/pv/storesession.cpp
b/pv/storesession.cpp
index 741d18a660d73dc628e08eec6a7c151d521cebf6..484f1ff60f2547cad7924f10c9e1dd202958e7a4 100644
(file)
--- a/
pv/storesession.cpp
+++ b/
pv/storesession.cpp
@@
-95,7
+95,6
@@
bool StoreSession::start()
}
// 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 "