mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
NOOP, remove trailing tabs/whitespace.
This commit is contained in:
parent
e11ba7b79d
commit
22b07e0233
822 changed files with 6861 additions and 6861 deletions
|
|
@ -79,7 +79,7 @@ public:
|
|||
is actually a valid value for a Gdk::Cursor - it indicates
|
||||
"use the parent window's cursor"
|
||||
*/
|
||||
|
||||
|
||||
static bool is_invalid (Gdk::Cursor* c) { if (!_invalid) { create_invalid(); } return c == _invalid; }
|
||||
static Gdk::Cursor* invalid_cursor() { if (!_invalid) { create_invalid(); } return _invalid; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue