X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fsigsession.h;h=748b81ffae3f193ba17363c6c640dc22e2ed3d50;hb=1bc6525bd6274b7f06f5fa8355b539dd9307f599;hp=8b97f8c0364eedd1fcf60a9bd2782e800d46314f;hpb=61e1e13ef24493f478326f1809c6c206d5e183bc;p=pulseview.git diff --git a/pv/sigsession.h b/pv/sigsession.h index 8b97f8c..748b81f 100644 --- a/pv/sigsession.h +++ b/pv/sigsession.h @@ -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 @@ -92,8 +92,6 @@ public: std::vector< boost::shared_ptr > get_signals() const; - boost::shared_ptr get_data(); - #ifdef ENABLE_DECODE bool add_decoder(srd_decoder *const dec);