Missing Method in LeadsController

Error: The action captcha is not defined in controller LeadsController

Error: Create LeadsController::captcha() in file: app/controllers/leads_controller.php.

<?php
class LeadsController extends AppController {

	var $name = 'Leads';


	function captcha() {

	}

}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp