diff options
author | David Robillard <d@drobilla.net> | 2014-01-18 16:36:33 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-01-18 16:36:33 +0000 |
commit | ba34221e0ee4c32ced4770563638f472860e0a16 (patch) | |
tree | 10ef988ee51aa051612d5dea7d9e915aa41fd184 | |
parent | baf9cc251a1988d8ff8eeb5406990853f17242e0 (diff) | |
download | ganv-ba34221e0ee4c32ced4770563638f472860e0a16.tar.gz ganv-ba34221e0ee4c32ced4770563638f472860e0a16.tar.bz2 ganv-ba34221e0ee4c32ced4770563638f472860e0a16.zip |
Fix some minor issues found by clang.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5318 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r-- | src/module.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/module.c b/src/module.c index e2f37c3..779d26b 100644 --- a/src/module.c +++ b/src/module.c @@ -35,7 +35,6 @@ i != (const GanvPort**)ports->pdata + ports->len; ++i) static const double MODULE_LABEL_PAD = 2.0; -static const double MODULE_ICON_SIZE = 16; G_DEFINE_TYPE(GanvModule, ganv_module, GANV_TYPE_BOX) |