Remove unused constant max_layer, which is also incorrectly defined as UCHAR_MAX...
authorTim Mayberry <mojofunk@gmail.com>
Tue, 4 Sep 2007 06:05:17 +0000 (06:05 +0000)
committerTim Mayberry <mojofunk@gmail.com>
Tue, 4 Sep 2007 06:05:17 +0000 (06:05 +0000)
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

libs/ardour/ardour/ardour.h

index 8349b6f14bba9627ac3814c5107eca1aca06e2d4..1b9725a04cc577ba57c988e5cc4b2c76a96ad85e 100644 (file)
@@ -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 ();