function remove_x_projects(){
	unregister_post_type( 'project' );
}
add_action('init','remove_x_projects');