Mercurial > hg > svcore
diff data/model/PowerOfTwoZoomConstraint.h @ 179:0ed2b2e26b44
* Tidy up inheritance hierarchy of model classes -- remove ZoomConstraint as
a base class (make it a member instead) and remove virtual inheritances of
QObject (no longer necessary).
author | Chris Cannam |
---|---|
date | Thu, 05 Oct 2006 11:03:06 +0000 |
parents | 3a13b0d4934e |
children | 59e7fe1b1003 |
line wrap: on
line diff
--- a/data/model/PowerOfTwoZoomConstraint.h Thu Oct 05 11:02:05 2006 +0000 +++ b/data/model/PowerOfTwoZoomConstraint.h Thu Oct 05 11:03:06 2006 +0000 @@ -24,11 +24,6 @@ virtual size_t getNearestBlockSize(size_t requestedBlockSize, RoundingDirection dir = RoundNearest) const; -/* - virtual size_t getNextBlockSize(size_t blockSize, - RoundingDirection dir = RoundNearest) - const; -*/ }; #endif