diff --git a/modules/payment/commerce_payment.rules.inc b/modules/payment/commerce_payment.rules.inc
index 152bec0..4868b6e 100644
--- a/modules/payment/commerce_payment.rules.inc
+++ b/modules/payment/commerce_payment.rules.inc
@@ -181,15 +181,6 @@ function commerce_payment_rules_action_info() {
     );
   }
 
-  $actions['commerce_payment_capture'] = array(
-    'label' => t('Capture from a prior authorization'),
-    'parameter' => array(
-      'commerce_order' => array('type' => 'commerce_order', 'label' => t('Order', array(), array('context' => 'a drupal commerce order'))),
-      'amount' => array('type' => 'text', 'label' => t('Amount')),
-    ),
-    'group' => t('Commerce Payment'),
-  );
-
   return $actions;
 }
 
@@ -233,13 +224,6 @@ function commerce_payment_enable_method($order, $payment_method, $action_setting
 }
 
 /**
- * Rules action: capture a payment from a previous authorization.
- */
-function commerce_payment_capture($order, $amount) {
-
-}
-
-/**
  * Implements hook_rules_data_info().
  */
 function commerce_payment_rules_data_info() {
