diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-07-10 00:34:00 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-07-11 09:05:05 +0100 |
commit | 75b074f7875448a811750865eaa8e7dc69bbd7fc (patch) | |
tree | a6983cadd7ab0b3a61425805bfeb55f37572e75b /vcl/inc/list.h | |
parent | e78eeb33c4a56608a1daa3375a2287ee978f6c55 (diff) |
callcatcher: unused listPositionAt
Diffstat (limited to 'vcl/inc/list.h')
-rw-r--r-- | vcl/inc/list.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/list.h b/vcl/inc/list.h index 78c7edce2839..6651deab846a 100644 --- a/vcl/inc/list.h +++ b/vcl/inc/list.h @@ -75,7 +75,6 @@ extern "C" int listSkipForward(list, int n); int listToFirst(list); int listToLast(list); - int listPositionAt(list, int n); /* Expensive! */ /*- adding and removing elements */ list listAppend(list, void *); |