I only found this code once — it was in functions.php
<div class=”<?php echo $naviclass; ?>”>
<div class=”navleft”><?php next_posts_link(‘« ‘ . __(‘Older Posts’, ‘chameleon’)) ?></div>
<div class=”navright”><?php previous_posts_link(__(‘Newer Posts’, ‘chameleon’) . ‘ »’); ?></div>
</div>
When I delete this, it removes the Older Posts link at the bottom of the page too.