diff --git a/enzevalos_iphone/IntroTableView.swift b/enzevalos_iphone/IntroTableView.swift
index cedcab33d05779ff69cf4381b4524ce52a299fe8..cadbdf5ebf8fed14f8fd356974874790a0c40416 100644
--- a/enzevalos_iphone/IntroTableView.swift
+++ b/enzevalos_iphone/IntroTableView.swift
@@ -17,7 +17,7 @@ class IntroTableView: UITableView {
         for touch in touches {
             if touch.tapCount == 2 || touch.force > 1.0 {
                 let point = touch.location(in: self)
-                let index = indexPathForRow(at: point)
+                _ = indexPathForRow(at: point)
             }
         }
     }