]> sigrok.org Git - pulseview.git/blobdiff - pv/view/decodetrace.hpp
TraceView: Restore vertical offset
[pulseview.git] / pv / view / decodetrace.hpp
index 7e9c081be542b7f08235d73ec88853342320d054..6d703ec5fe66906ebe69aebed1c575464a447436 100644 (file)
@@ -14,8 +14,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef PULSEVIEW_PV_VIEWS_TRACEVIEW_DECODETRACE_HPP
@@ -200,7 +199,6 @@ private Q_SLOTS:
 
 private:
        pv::Session &session_;
-       std::shared_ptr<data::SignalBase> signalbase_;
 
        std::vector<data::decode::Row> visible_rows_;
        uint64_t decode_start_, decode_end_;