summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix_grid.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-12-10 17:27:13 +0000
committerCarl Hetherington <carl@carlh.net>2010-12-10 17:27:13 +0000
commitfb0097ca793c9e65bd2ad14d453642bb7bc43ee9 (patch)
tree14055d56c935a2e694ff479a08207805dafef908 /gtk2_ardour/port_matrix_grid.h
parent4a9a5dea2658bb6a88f2eb74e32b264586ce2e32 (diff)
Fix crash on mouseover.
git-svn-id: svn://localhost/ardour2/branches/3.0@8236 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/port_matrix_grid.h')
-rw-r--r--gtk2_ardour/port_matrix_grid.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/port_matrix_grid.h b/gtk2_ardour/port_matrix_grid.h
index cb3a415ed1..ec7eb32b4b 100644
--- a/gtk2_ardour/port_matrix_grid.h
+++ b/gtk2_ardour/port_matrix_grid.h
@@ -64,7 +64,6 @@ private:
void draw_empty_square (cairo_t *, uint32_t, uint32_t);
void draw_non_connectable_indicator (cairo_t *, uint32_t, uint32_t);
std::list<PortMatrixNode> nodes_on_line (int, int, int, int) const;
- PortMatrixNode::State get_association (PortMatrixNode) const;
void set_association (PortMatrixNode, bool);
bool toggle_state (PortMatrixNode::State) const;