summaryrefslogtreecommitdiffstats
path: root/raul/TimeSlice.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-05-18 15:52:39 +0000
committerDavid Robillard <d@drobilla.net>2011-05-18 15:52:39 +0000
commit7bd4febfdb799cd359a380d23640654f476dadae (patch)
tree7acf0526548382e3768b45628a47f094120b7724 /raul/TimeSlice.hpp
parent3a1a098d7d41468a74862777d3085f537fb6b894 (diff)
downloadraul-7bd4febfdb799cd359a380d23640654f476dadae.tar.gz
raul-7bd4febfdb799cd359a380d23640654f476dadae.tar.bz2
raul-7bd4febfdb799cd359a380d23640654f476dadae.zip
Strip double blank lines.
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3279 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'raul/TimeSlice.hpp')
-rw-r--r--raul/TimeSlice.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/raul/TimeSlice.hpp b/raul/TimeSlice.hpp
index 1af7245..5e7613e 100644
--- a/raul/TimeSlice.hpp
+++ b/raul/TimeSlice.hpp
@@ -27,7 +27,6 @@
namespace Raul {
-
/* FIXME: all the conversion here is wrong now */
/** A duration of time, with conversion between tick time and beat time.
@@ -154,7 +153,6 @@ private:
TimeDuration _offset_ticks; ///< Offset to global time (ie Jack sub-cycle offset)
};
-
} // namespace Raul
#endif // RAUL_TIME_SLICE_HPP