Index: trunk/wp-content/themes/xpress_default/functions.php
===================================================================
--- trunk/wp-content/themes/xpress_default/functions.php	(revision 25)
+++ trunk/wp-content/themes/xpress_default/functions.php	(revision 32)
@@ -10,38 +10,4 @@
 load_theme_textdomain('kubrick');
 
-function the_credit()
-{
-	
-}
-
-function is_sidbar_disp()
-{
-	return true;
-}
-
-function kuro_previous_post_link($format='&laquo; %link', $link='%title', $in_same_cat = false, $excluded_categories = '')
-{
-	$pre_title = __('Previous Post'); // This text is included in the language file that exists in WordPress2.3 or the version after that.
-
-	ob_start();
-		previous_post_link($format,$link,$in_same_cat,$excluded_categories);
-		$ret = ob_get_contents();
-	ob_end_clean();
-	$ret= str_replace('">','" title="'. $pre_title . '">' , $ret);
-	echo $ret;
-}
-
-function kuro_next_post_link($format='%link &raquo;', $link='%title', $in_same_cat = false, $excluded_categories = '')
-{
-	$next_title = __('Next Post'); // This text is included in the language file that exists in WordPress2.3 or the version after that.  
-
-	ob_start();
-		next_post_link($format,$link,$in_same_cat,$excluded_categories);
-		$ret = ob_get_contents();
-	ob_end_clean();
-	$ret= str_replace('">','" title="'. $next_title . '">' , $ret);
-	echo $ret;
-}
-    
 function kubrick_head() {
 	$head = "<style type='text/css'>\n<!--";
