]> git.donarmstrong.com Git - lilypond.git/commitdiff
flower-1.0.2
authorfred <fred>
Fri, 11 Oct 1996 16:32:29 +0000 (16:32 +0000)
committerfred <fred>
Fri, 11 Oct 1996 16:32:29 +0000 (16:32 +0000)
flower/cursor.hh

index b053591dd4581291e26956f2d3e0ede866188ea6..45c02aea15e82546b24ac3d83fdd8f5a160507f6 100644 (file)
@@ -70,9 +70,13 @@ class Cursor
       cursor points to same object, cursor.previous()
       is newly inserted object.
       */
-    /// remove and cleanup Link // HWN: backspace or del?
-    void remove();             
+    
+    ///
+    void backspace();
 
+    /// 
+    void del();
+    
     /// access the list this came from
     const List<T>& list() const ;
     Link<T>* pointer();