Index: wp-content/themes/twentyfourteen/inc/widgets.php
===================================================================
--- wp-content/themes/twentyfourteen/inc/widgets.php	(revision 26578)
+++ wp-content/themes/twentyfourteen/inc/widgets.php	(working copy)
@@ -58,10 +58,6 @@
 			'link'    => __( 'Links',     'twentyfourteen' ),
 			'gallery' => __( 'Galleries', 'twentyfourteen' ),
 		);
-
-		add_action( 'save_post',    array( $this, 'flush_widget_cache' ) );
-		add_action( 'deleted_post', array( $this, 'flush_widget_cache' ) );
-		add_action( 'switch_theme', array( $this, 'flush_widget_cache' ) );
 	}
 
 	/**
@@ -221,23 +217,10 @@
 			$instance['format'] = $new_instance['format'];
 		}
 
-		$this->flush_widget_cache();
-
 		return $instance;
 	}
 
 	/**
-	 * Delete the transient.
-	 *
-	 * @since Twenty Fourteen 1.0
-	 *
-	 * @return void
-	 */
-	function flush_widget_cache() {
-		delete_transient( $this->id );
-	}
-
-	/**
 	 * Display the form for this widget on the Widgets page of the Admin area.
 	 *
 	 * @since Twenty Fourteen 1.0
