]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/function-documentation.cc
Merge remote branch 'origin/master' into release/unstable
[lilypond.git] / lily / function-documentation.cc
index 2d8f6be8e47119058c5ea65f912848a31c857c06..7a9d33bd6241712901afb2b0a70fe1cd91490fb4 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2004--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2004--2015 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -103,15 +103,11 @@ void
 init_func_doc ()
 {
   ly_add_type_predicate ((void *) &is_direction, "direction");
-  ly_add_type_predicate ((void *) &Music_function::is_smob, "Music_function");
   ly_add_type_predicate ((void *) &ly_is_port, "port");
   ly_add_type_predicate ((void *) &ly_cheap_is_list, "list");
   ly_add_type_predicate ((void *) &Global_context::is_smob, "Global_context");
-  ly_add_type_predicate ((void *) &Input::is_smob, "Input");
-  ly_add_type_predicate ((void *) &Moment::is_smob, "Moment");
   ly_add_type_predicate ((void *) &Paper_score::is_smob, "Paper_score");
   ly_add_type_predicate ((void *) &Performance::is_smob, "Performance");
-  ly_add_type_predicate ((void *) &Unpure_pure_container::is_smob, "unpure pure container");
   ly_add_type_predicate ((void *) &is_axis, "axis");
   ly_add_type_predicate ((void *) &is_number_pair, "number pair");
   ly_add_type_predicate ((void *) &ly_is_list, "list");