diff options
author | dscho <dscho> | 2002-05-02 12:53:29 +0000 |
---|---|---|
committer | dscho <dscho> | 2002-05-02 12:53:29 +0000 |
commit | ff9fbd971bdebf8eca22446139803a2647dbcf5a (patch) | |
tree | 72e85c15b93a562d22cf2e923a70d186f1d6ecb6 /sraRegion.c | |
parent | 22405c3dddfe5cb78b792f3d6b20ba1e5bd427a9 (diff) | |
download | libtdevnc-ff9fbd971bdebf8eca22446139803a2647dbcf5a.tar.gz libtdevnc-ff9fbd971bdebf8eca22446139803a2647dbcf5a.zip |
Tim's Changes
Diffstat (limited to 'sraRegion.c')
-rwxr-xr-x | sraRegion.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sraRegion.c b/sraRegion.c index 5f5f2d6..f94f4d4 100755 --- a/sraRegion.c +++ b/sraRegion.c @@ -172,9 +172,6 @@ sraSpanListMakeEmpty(sraSpanList *list) { list->back._next = NULL;
}
-int sraMax(int a, int b) {return (a>b)?a:b;}
-int sraMin(int a, int b) {return (a<b)?a:b;}
-
Bool
sraSpanListEqual(const sraSpanList *s1, const sraSpanList *s2) {
sraSpan *sp1, *sp2;
|