mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
remove uncharacteristic comments
This commit is contained in:
parent
add6c7b480
commit
48c70b60d8
1 changed files with 0 additions and 3 deletions
|
|
@ -46,8 +46,6 @@ list<Bindings*> Bindings::bindings; /* global. Gulp */
|
|||
list<ActionMap*> ActionMap::action_maps; /* global. Gulp */
|
||||
PBD::Signal1<void,Bindings*> Bindings::BindingsChanged;
|
||||
|
||||
|
||||
/*============================ ActionNameRegistered ===========================*/
|
||||
template <typename IteratorValueType>
|
||||
struct ActionNameRegistered
|
||||
{
|
||||
|
|
@ -61,7 +59,6 @@ struct ActionNameRegistered
|
|||
std::string const& action_name;
|
||||
};
|
||||
|
||||
/*================================ MouseButton ================================*/
|
||||
MouseButton::MouseButton (uint32_t state, uint32_t keycode)
|
||||
{
|
||||
uint32_t ignore = ~Keyboard::RelevantModifierKeyMask;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue