diff options
Diffstat (limited to 'x11-toolkits/viewklass/files/patch-VkNameList.C')
-rw-r--r-- | x11-toolkits/viewklass/files/patch-VkNameList.C | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-toolkits/viewklass/files/patch-VkNameList.C b/x11-toolkits/viewklass/files/patch-VkNameList.C deleted file mode 100644 index d3653c9caf65..000000000000 --- a/x11-toolkits/viewklass/files/patch-VkNameList.C +++ /dev/null @@ -1,11 +0,0 @@ ---- ./VkNameList.C.orig Wed Jul 23 02:39:09 2003 -+++ ./VkNameList.C Wed Jul 23 02:39:23 2003 -@@ -105,7 +105,7 @@ - } - - void --VkNameList::remove(int index, int count=1) -+VkNameList::remove(int index, int count) - { - _contents.erase(_contents.begin() + index, - _contents.begin() + index + count); |