summaryrefslogtreecommitdiffstats
path: root/src/bltChain.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bltChain.h')
-rw-r--r--src/bltChain.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bltChain.h b/src/bltChain.h
index 2969d55..6e254f9 100644
--- a/src/bltChain.h
+++ b/src/bltChain.h
@@ -86,8 +86,6 @@ namespace Blt {
ChainLink* append(void* clientData);
ChainLink* prepend(void* clientData);
};
-
- extern int Chain_IsBefore(ChainLink* first, ChainLink* last);
};
#endif