diff --git a/taxonomy-list-widget.php b/taxonomy-list-widget.php
index cd88d9e3866ac9a2990122e1f8d209e53cd95a46..1992cf33dc7cf5384e86b026525b2a72f607ecea 100644
--- a/taxonomy-list-widget.php
+++ b/taxonomy-list-widget.php
@@ -392,7 +392,6 @@ class taxonomy_list_widget_plugin {
 					break;
 
 					default:
-						continue;
 					break;
 				}
 			}
@@ -726,4 +725,4 @@ if( !function_exists( 'TLW_direct' ) ):
 		echo '<!-- NOTICE: The function used to generate this dropdown list is deprecated as of version 1.0 of Taxonomy List Widget. You should update your template to use `taxonomy_list_widget` instead. -->' . $taxonomy_list_widget_plugin->render_list( $options, 'legacy_tlw' );
 	}
 endif;
-?>
\ No newline at end of file
+?>