summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_window.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2018-09-23 12:53:53 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2018-09-23 13:48:19 -0400
commitba37a6bd36d80ca3fe8235f1ac76db982cd3b2e9 (patch)
tree7301d6a12d56c013195c617825b634577b4abe69 /gtk2_ardour/ardour_window.h
parentfd23f89b357be720bd1cb4a2aeebb5bc017d5878 (diff)
no more ProxyTemporary member of ArdourWindow - all such windows should be wrapped in an explicit proxy in ARDOUR_UI
Diffstat (limited to 'gtk2_ardour/ardour_window.h')
-rw-r--r--gtk2_ardour/ardour_window.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour_window.h b/gtk2_ardour/ardour_window.h
index f9d762d177..5f85ea049b 100644
--- a/gtk2_ardour/ardour_window.h
+++ b/gtk2_ardour/ardour_window.h
@@ -51,7 +51,6 @@ protected:
void on_unmap ();
private:
- WM::ProxyTemporary* proxy;
void init ();
};