diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-01-07 14:54:55 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-01-07 14:54:55 +0200 |
commit | dc414091e736badc6fd2faa6a2583639a3458818 (patch) | |
tree | 45b665512f83c8f6d0f06fe79c02675279f259b1 /src/heightmap.h | |
parent | 2e402177933e723ef772bb72421c886e3d0ec106 (diff) | |
download | minetest-dc414091e736badc6fd2faa6a2583639a3458818.tar.gz minetest-dc414091e736badc6fd2faa6a2583639a3458818.tar.bz2 minetest-dc414091e736badc6fd2faa6a2583639a3458818.zip |
removing unused code and comments
Diffstat (limited to 'src/heightmap.h')
-rw-r--r-- | src/heightmap.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/heightmap.h b/src/heightmap.h index b7bb30aec..71e152d5c 100644 --- a/src/heightmap.h +++ b/src/heightmap.h @@ -17,10 +17,6 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -/* -(c) 2010 Perttu Ahola <celeron55@gmail.com> -*/ - #ifndef HEIGHTMAP_HEADER #define HEIGHTMAP_HEADER |