X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fc%2B%2B.scm;h=ba38d5a05738e1b42cd4b94d64f860d91c17fbf1;hb=563bb9fc1b7afd3543fe4ed9251d39a995db8737;hp=ec54ed28c9ebb9c57542154356958d14acd30fce;hpb=9f909143a605a677787915e5dcce5dbc48f2211c;p=lilypond.git diff --git a/scm/c++.scm b/scm/c++.scm index ec54ed28c9..ba38d5a057 100644 --- a/scm/c++.scm +++ b/scm/c++.scm @@ -1,6 +1,6 @@ ;;;; This file is part of LilyPond, the GNU music typesetter. ;;;; -;;;; Copyright (C) 1998--2012 Jan Nieuwenhuizen +;;;; Copyright (C) 1998--2015 Jan Nieuwenhuizen ;;;; Han-Wen Nienhuys ;;;; ;;;; LilyPond is free software: you can redistribute it and/or modify @@ -93,8 +93,6 @@ (define-public (scheme? x) #t) -(define-public (symbol-or-boolean? x) - (or (symbol? x) (boolean? x))) (define-public (void? x) (unspecified? x))