From 37ede19b4d1e924f954d8b16d3e071a4768ce278 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 11 May 2021 11:49:28 -0400 Subject: Remove unused member variable --- src/Patchage.cpp | 1 - src/Patchage.hpp | 3 --- 2 files changed, 4 deletions(-) (limited to 'src') diff --git a/src/Patchage.cpp b/src/Patchage.cpp index 96678a4..bb6b4a8 100644 --- a/src/Patchage.cpp +++ b/src/Patchage.cpp @@ -166,7 +166,6 @@ port_order(const GanvPort* a, const GanvPort* b, void*) Patchage::Patchage(Options options) : _xml(UIFile::open("patchage")) - , _gtk_main(nullptr) , INIT_WIDGET(_about_win) , INIT_WIDGET(_main_scrolledwin) , INIT_WIDGET(_main_win) diff --git a/src/Patchage.hpp b/src/Patchage.hpp index ecc1256..38917cf 100644 --- a/src/Patchage.hpp +++ b/src/Patchage.hpp @@ -52,7 +52,6 @@ class Builder; class ComboBox; class ImageMenuItem; class Label; -class Main; class MenuBar; class MenuItem; class Paned; @@ -166,8 +165,6 @@ protected: std::unique_ptr _jack_driver; Configuration _conf; - Gtk::Main* _gtk_main; - BufferSizeColumns _buf_size_columns; Widget _about_win; -- cgit v1.2.1