X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fsigsession.cpp;h=a582122c15d3cdb353551c209c2c388835d397de;hb=1bc6525bd6274b7f06f5fa8355b539dd9307f599;hp=719f9ded3610b948438c65a2ebda098d76555f53;hpb=61e1e13ef24493f478326f1809c6c206d5e183bc;p=pulseview.git diff --git a/pv/sigsession.cpp b/pv/sigsession.cpp index 719f9de..a582122 100644 --- a/pv/sigsession.cpp +++ b/pv/sigsession.cpp @@ -1,7 +1,7 @@ /* * This file is part of the PulseView project. * - * Copyright (C) 2012 Joel Holdsworth + * Copyright (C) 2012-14 Joel Holdsworth * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -208,11 +208,6 @@ vector< shared_ptr > SigSession::get_signals() const return _signals; } -boost::shared_ptr SigSession::get_data() -{ - return _logic_data; -} - #ifdef ENABLE_DECODE bool SigSession::add_decoder(srd_decoder *const dec) {