X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fcontext-handle.hh;h=531affd1480a795e2ef1987d29c66fce953e48ac;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=8e2298a628b6dcb36f5855a0bfee216ba12fcbf5;hpb=b1715a6813527390232dccf7b62358d95974704c;p=lilypond.git diff --git a/lily/include/context-handle.hh b/lily/include/context-handle.hh index 8e2298a628..531affd148 100644 --- a/lily/include/context-handle.hh +++ b/lily/include/context-handle.hh @@ -3,16 +3,14 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2005 Han-Wen Nienhuys + (c) 1999--2008 Han-Wen Nienhuys */ -#ifndef INTERPRETATION_CONTEXT_HANDLE_HH -#define INTERPRETATION_CONTEXT_HANDLE_HH +#ifndef CONTEXT_HANDLE_HH +#define CONTEXT_HANDLE_HH + #include "lily-proto.hh" -/* - Rename me to Context_handle. -*/ class Context_handle { @@ -21,7 +19,6 @@ public: Context_handle (); void set_context (Context *); - bool try_music (Music *); void operator = (Context_handle const &); Context_handle (Context_handle const &); Context *get_outlet () const; @@ -33,5 +30,5 @@ private: void up (Context *); }; -#endif /* INTERPRETATION_CONTEXT_HANDLE_HH */ +#endif /* CONTEXT_HANDLE_HH */