summaryrefslogtreecommitdiffstats
path: root/src/bltChain.h
diff options
context:
space:
mode:
authorjoye <joye>2014-07-10 16:14:42 (GMT)
committerjoye <joye>2014-07-10 16:14:42 (GMT)
commit9e05fd7640c1815d2567f16f490730ac7af7dc40 (patch)
tree94e9eb589b92e31c9dd3eb445957f48b3f553c51 /src/bltChain.h
parente8f7d5d9c556871a7800f444f4231ea140216bee (diff)
downloadblt-9e05fd7640c1815d2567f16f490730ac7af7dc40.zip
blt-9e05fd7640c1815d2567f16f490730ac7af7dc40.tar.gz
blt-9e05fd7640c1815d2567f16f490730ac7af7dc40.tar.bz2
*** empty log message ***
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