Show Next/Previous without Link

I already got the solution myself.

Just use this code, and you will get the Next/Previous post without a link:

<?php previous_post('Previous Post'); ?>
<?php next_post('Next Post'); ?>