summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skills2.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-14 20:25:06 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-14 20:25:06 +0000
commit50ebba493b26cbee7f13852a6dc68659e35115b2 (patch)
treeff8a56c0b0b15e8b856ae9326f78fc561a556500 /crawl-ref/source/skills2.cc
parent9f473ab4bb2c7c7bc2f658da9b14173e011ec84b (diff)
downloadcrawl-ref-50ebba493b26cbee7f13852a6dc68659e35115b2.tar.gz
crawl-ref-50ebba493b26cbee7f13852a6dc68659e35115b2.zip
Remove pre-Stone Soup change history from source files, and push it all
into a file crawlhistory.txt in docs/obsolete. I used a perl script to do this under the assumption that all these change logs used the same system following the keyword "Change History". git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6930 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/skills2.cc')
-rw-r--r--crawl-ref/source/skills2.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/crawl-ref/source/skills2.cc b/crawl-ref/source/skills2.cc
index 69b6b294ba..24609162c6 100644
--- a/crawl-ref/source/skills2.cc
+++ b/crawl-ref/source/skills2.cc
@@ -4,17 +4,6 @@
* Written by: Linley Henzell
*
* Modified for Crawl Reference by $Author$ on $Date$
- *
- * Change History (most recent first):
- *
- * 01aug2000 jmf RESTORED TITLES TO THEIR FORMER GLORY! MUA-HA!
- * <4> 22Jul2000 GDL added warning for low throwing skill
- * Changed a few titles.
- * <3> 5/20/99 BWR Changed Trapper titles, avoided
- * overflow on the weapon skill
- * column.
- * <2> -/--/-- WL Extensive mods from Wladimir van der Laan.
- * <1> -/--/-- LRH Created
*/
#include "AppHdr.h"