mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 22:55:44 +01:00
Remove unused constant max_layer, which is also incorrectly defined as UCHAR_MAX when layer_t is uint32_t
Defining it using std::numeric_limits<layer_t>::max() would of avoided this inconsistancy but as it unused it is doesn't really matter I guess. git-svn-id: svn://localhost/ardour2/trunk@2392 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
7a5a4bb568
commit
18767c39f7
1 changed files with 0 additions and 2 deletions
|
|
@ -51,8 +51,6 @@ namespace ARDOUR {
|
|||
|
||||
std::string get_ardour_revision ();
|
||||
|
||||
const layer_t max_layer = UCHAR_MAX;
|
||||
|
||||
microseconds_t get_microseconds ();
|
||||
|
||||
Change new_change ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue