diff --git a/mobile_tools.module b/mobile_tools.module
index 40e162f..6fc4376 100755
--- a/mobile_tools.module
+++ b/mobile_tools.module
@@ -800,21 +800,7 @@ function mobile_tools_nodeapi(&$node, $op, $a3 = NULL, $a4 = NULL) {
  * Implementation of hook_content_build_modes
  */
 function mobile_tools_content_build_modes() {
-  $groups = mobile_tools_device_groups();
-  $modes = array();
-  foreach($groups as $group => $title){
-    $modes[$group] = array(
-      'title' => $title,
-      'views style' => TRUE,
-    );
-  }
   $build_modes = array();
-  // Needs some more thought in combining groups and types. We need to detect which build mode takes the lead
-/*  $build_modes['mobile_tools_groups'] = array(
-    'title' => 'Mobile Groups',
-    'build modes' => $modes,
-  );
-*/
   $build_modes['mobile_tools_types'] = array(
     'title' => 'Mobile Device',
     'build modes' => array(
