]> git.donarmstrong.com Git - lilypond.git/blobdiff - lib/duration.cc
release: 0.1.8
[lilypond.git] / lib / duration.cc
index f81b3c2be92ed9d0e74ee6248259b2ac7a7aa7b9..fab55e756c9a10e786667dc476068517c7b444fa 100644 (file)
@@ -27,13 +27,6 @@ Duration::Duration()
        ticks_i_ = 0;
 }
 
-Duration::Duration( int type_i, int dots_i = 0 )
-{
-       type_i_ = type_i;
-       dots_i_ = dots_i;
-       ticks_i_ = 0;
-}
-
 bool
 Duration::duration_type_b(int t)
 {