diff --git a/gmap_plugin_style_gmap.inc b/gmap_plugin_style_gmap.inc
index 755c4f4..1244c6a 100755
--- a/gmap_plugin_style_gmap.inc
+++ b/gmap_plugin_style_gmap.inc
@@ -262,9 +262,6 @@ class gmap_plugin_style_gmap extends views_plugin_style {
           if ($this->options['bubbletextenabled'] && !empty($this->options['bubbletextfield']) && !empty($this->rendered_fields[$row_index][$this->options['bubbletextfield']])) {
             $bubbletext = $this->rendered_fields[$row_index][$this->options['bubbletextfield']];
           }
-          elseif ($this->options['bubbletextenabled'] && $bubbletext_field_obj->real_field == 'nothing') {
-            $bubbletext = $this->rendered_fields[$row_index][$this->options['bubbletextfield']];
-          }
 
           $marker = array(
             'latitude' => $lat,
