remove method and inline its contents. Nothing gained by wrapping this up
[ardour.git] / gtk2_ardour / time_selection.h
index 61e635e8bed4b20705e803883aa120487815d45a..6e59684a480682b24f9d92b7ba9ef04412b4c25d 100644 (file)
@@ -31,11 +31,11 @@ class TimeSelection : public std::list<ARDOUR::AudioRange>
 {
 public:
        ARDOUR::AudioRange& operator[](uint32_t);
-       
-        ARDOUR::framepos_t start();
-        ARDOUR::framepos_t end_frame();
-        ARDOUR::framepos_t length();
-       
+
+       ARDOUR::samplepos_t start();
+       ARDOUR::samplepos_t end_sample();
+       ARDOUR::samplepos_t length();
+
        bool consolidate ();
 };