diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2013-03-18 13:07:58 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2013-03-18 13:07:58 +0000 |
| commit | 5f108f6e174fd6f4cd968a4f6486d1d620667e29 (patch) | |
| tree | 7e5b5c0d748724fb0cc1458472cb205c4b390711 /src/trace | |
| parent | Drop old (unused) find dialog files (diff) | |
| download | inkscape-5f108f6e174fd6f4cd968a4f6486d1d620667e29.tar.gz inkscape-5f108f6e174fd6f4cd968a4f6486d1d620667e29.zip | |
Drop remaining unused functions
(bzr r12224)
Diffstat (limited to 'src/trace')
| -rw-r--r-- | src/trace/quantize.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trace/quantize.cpp b/src/trace/quantize.cpp index ba9306da8..c386c0ee9 100644 --- a/src/trace/quantize.cpp +++ b/src/trace/quantize.cpp @@ -192,6 +192,7 @@ static void octreeDelete(pool<Ocnode> *pool, Ocnode *node) /** * pretty-print an octree, debugging purposes */ +#if 0 static void ocnodePrint(Ocnode *node, int indent) { if (!node) return; @@ -213,7 +214,6 @@ static void ocnodePrint(Ocnode *node, int indent) } } -#if 0 void octreePrint(Ocnode *node) { printf("<<octree>>\n"); |
