summaryrefslogtreecommitdiffstats
path: root/src/ganv-private.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-23 00:02:42 +0000
committerDavid Robillard <d@drobilla.net>2012-04-23 00:02:42 +0000
commitf77f74472a6e46c0af101e7f1d52635c0147efd9 (patch)
tree8f883953ef1b981570c4075f05fb05a46e86456b /src/ganv-private.h
parent91c3158e31fb55b55eb75951e6e32b4ba5edce93 (diff)
downloadganv-f77f74472a6e46c0af101e7f1d52635c0147efd9.tar.gz
ganv-f77f74472a6e46c0af101e7f1d52635c0147efd9.tar.bz2
ganv-f77f74472a6e46c0af101e7f1d52635c0147efd9.zip
Resize modules when port labels change.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@4242 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/ganv-private.h')
-rw-r--r--src/ganv-private.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ganv-private.h b/src/ganv-private.h
index 1c25716..35943e0 100644
--- a/src/ganv-private.h
+++ b/src/ganv-private.h
@@ -94,7 +94,6 @@ struct _GanvModuleImpl
double widest_output;
gboolean show_port_labels;
gboolean must_resize;
- gboolean port_size_changed;
};
/* Node */