]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stencil.hh
Merge remote branch 'origin/master' into release/unstable
[lilypond.git] / lily / include / stencil.hh
index e91cfa97590c300f16b1efd50ceb4dde45fbe2af..6b78c18e4b313ac59980909a917ed6dd90556152 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--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
@@ -58,8 +58,7 @@ using namespace std;
 class Stencil : public Simple_smob<Stencil>
 {
 public:
-  static SCM mark_smob (SCM);
-  static int print_smob (SCM, SCM, scm_print_state *);
+  SCM mark_smob ();
   static const char type_p_name_[];
 private:
   Box dim_;