diff --git a/modules/features/dvg_ct_webform/dvg_ct_webform.info b/modules/features/dvg_ct_webform/dvg_ct_webform.info
index fcd15c6..1dd9314 100644
--- a/modules/features/dvg_ct_webform/dvg_ct_webform.info
+++ b/modules/features/dvg_ct_webform/dvg_ct_webform.info
@@ -69,8 +69,6 @@ features[variable][] = unique_field_show_matches_webform
 features[variable][] = webform_csv_delimiter
 features[variable][] = webform_date_type
 features[variable][] = webform_default_format
-features[variable][] = webform_default_from_address
-features[variable][] = webform_default_from_name
 features[variable][] = webform_default_subject
 features[variable][] = webform_disabled_components
 features[variable][] = webform_email_address_format
diff --git a/modules/features/dvg_ct_webform/dvg_ct_webform.strongarm.inc b/modules/features/dvg_ct_webform/dvg_ct_webform.strongarm.inc
index 6d2adc4..39473f5 100644
--- a/modules/features/dvg_ct_webform/dvg_ct_webform.strongarm.inc
+++ b/modules/features/dvg_ct_webform/dvg_ct_webform.strongarm.inc
@@ -368,20 +368,6 @@ function dvg_ct_webform_strongarm() {
   $strongarm->value = '1';
   $export['webform_default_format'] = $strongarm;
 
-  $strongarm = new stdClass();
-  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
-  $strongarm->api_version = 1;
-  $strongarm->name = 'webform_default_from_address';
-  $strongarm->value = '';
-  $export['webform_default_from_address'] = $strongarm;
-
-  $strongarm = new stdClass();
-  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
-  $strongarm->api_version = 1;
-  $strongarm->name = 'webform_default_from_name';
-  $strongarm->value = '';
-  $export['webform_default_from_name'] = $strongarm;
-
   $strongarm = new stdClass();
   $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
   $strongarm->api_version = 1;
