summaryrefslogtreecommitdiff
path: root/cad/basicdsp/files/patch-book.cpp
diff options
context:
space:
mode:
authorDiane Bruce <db@FreeBSD.org>2008-11-05 17:05:17 +0000
committerDiane Bruce <db@FreeBSD.org>2008-11-05 17:05:17 +0000
commit584fec74d446aba2faca126e0bbaaa82c62054b9 (patch)
tree4a395a085cbb8e97a6d79684f6e9fbbeb951be17 /cad/basicdsp/files/patch-book.cpp
parent- Update to 20081105 (diff)
- Update to 1.01
- Contributed man page is now part of distribution
Notes
Notes: svn path=/head/; revision=222421
Diffstat (limited to '')
-rw-r--r--cad/basicdsp/files/patch-book.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/cad/basicdsp/files/patch-book.cpp b/cad/basicdsp/files/patch-book.cpp
deleted file mode 100644
index d3e6d985c2f5..000000000000
--- a/cad/basicdsp/files/patch-book.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
---- book.cpp.orig 2008-08-16 23:28:51.000000000 -0400
-+++ book.cpp 2008-08-16 23:31:02.000000000 -0400
-@@ -30,6 +30,11 @@
- {
- }
-
-+int wxBook::ChangeSelection(size_t n)
-+{
-+ return n;
-+}
-+
- int wxBook::SetSelection(size_t n)
- {
- int old_selected = m_selected;