Index: notifications_custom.admin.inc
===================================================================
--- notifications_custom.admin.inc	(revision 1190)
+++ notifications_custom.admin.inc	(working copy)
@@ -114,12 +114,8 @@
   );
   $form['buttons'] = array('#type' => 'fieldset');
   $form['buttons']['submit'] = array('#type' => 'submit', '#value' => t('Save'));
-  if ($subs->module == 'notifications_custom') {
-    $form['buttons']['delete'] = array('#type' => 'submit', '#value' => t('Delete'));
-  }
-  else {
-    $form['buttons']['reset'] = array('#type' => 'submit', '#value' => t('Reset to defaults'));
-  }
+  $form['buttons']['delete'] = array('#type' => 'submit', '#value' => t('Delete'));
+  $form['buttons']['reset'] = array('#type' => 'submit', '#value' => t('Reset to defaults'));
   return $form;
 }
 
