mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 11:46:25 +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 */
|
list<ActionMap*> ActionMap::action_maps; /* global. Gulp */
|
||||||
PBD::Signal1<void,Bindings*> Bindings::BindingsChanged;
|
PBD::Signal1<void,Bindings*> Bindings::BindingsChanged;
|
||||||
|
|
||||||
|
|
||||||
/*============================ ActionNameRegistered ===========================*/
|
|
||||||
template <typename IteratorValueType>
|
template <typename IteratorValueType>
|
||||||
struct ActionNameRegistered
|
struct ActionNameRegistered
|
||||||
{
|
{
|
||||||
|
|
@ -61,7 +59,6 @@ struct ActionNameRegistered
|
||||||
std::string const& action_name;
|
std::string const& action_name;
|
||||||
};
|
};
|
||||||
|
|
||||||
/*================================ MouseButton ================================*/
|
|
||||||
MouseButton::MouseButton (uint32_t state, uint32_t keycode)
|
MouseButton::MouseButton (uint32_t state, uint32_t keycode)
|
||||||
{
|
{
|
||||||
uint32_t ignore = ~Keyboard::RelevantModifierKeyMask;
|
uint32_t ignore = ~Keyboard::RelevantModifierKeyMask;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue