]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tuplet-spanner.cc
release: 1.3.67
[lilypond.git] / lily / tuplet-spanner.cc
index 0f9badfc34e5f97723c4d9173c212988219409e6..3acb6c68f3432e037cbd3e392e453a5265f98595 100644 (file)
@@ -114,21 +114,7 @@ Tuplet_spanner::member_brew_molecule () const
     }
   return mol.create_scheme();
 }
-  
-void
-Tuplet_spanner::do_add_processing ()
-{
-#if 0
-  if (gh_pair_p (get_elt_pointer ("columns")))
-    {
-      Link_array<Note_column> column_arr=
-       Pointer_group_interface__extract_elements (this, (Note_column*)0, "columns");
-      
-      set_bound (LEFT, column_arr[0]);
-      set_bound (RIGHT, column_arr.top ());  
-    }
-#endif
-}
+