summaryrefslogtreecommitdiff
path: root/lily/include/headreg.hh
diff options
context:
space:
mode:
Diffstat (limited to 'lily/include/headreg.hh')
-rw-r--r--lily/include/headreg.hh28
1 files changed, 0 insertions, 28 deletions
diff --git a/lily/include/headreg.hh b/lily/include/headreg.hh
deleted file mode 100644
index eaa2d6f9d7..0000000000
--- a/lily/include/headreg.hh
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- headreg.hh -- part of LilyPond
-
- (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
-*/
-
-
-#ifndef HEADREG_HH
-#define HEADREG_HH
-#include "register.hh"
-
-struct Notehead_register : Request_register {
- Item* note_p_;
- Rhythmic_req * note_req_l_;
- int dir_i_;
-
- /* *************** */
- Notehead_register();
- virtual bool try_request(Request *req_l) ;
- virtual void process_requests();
- virtual void pre_move_processing();
- virtual void post_move_processing();
- void set_feature(Features);
- NAME_MEMBERS(Notehead_register);
-};
-
-
-#endif // HEADREG_HH