|
|
@@ -60,21 +60,6 @@ INLINE AnimChannel<SwitchType>::
|
|
|
~AnimChannel() {
|
|
|
}
|
|
|
|
|
|
-#if defined(WIN32_VC) || defined(WIN64_VC)
|
|
|
-/**
|
|
|
- * Gets the value of the channel at the indicated frame. This is a pure
|
|
|
- * virtual function and normally would not need a function body, except that
|
|
|
- * VC++ seems to be unhappy about instantiating the template without it.
|
|
|
- *
|
|
|
- * However, GCC seems to get confused when it *is* defined. So this whole
|
|
|
- * thing is protected within an ifdef.
|
|
|
- */
|
|
|
-template<class SwitchType>
|
|
|
-void AnimChannel<SwitchType>::
|
|
|
-get_value(int, typename AnimChannel<SwitchType>::ValueType &) {
|
|
|
-}
|
|
|
-#endif
|
|
|
-
|
|
|
/**
|
|
|
* Returns the value associated with the current frame, with no scale or share
|
|
|
* components. This only makes sense for a matrix-type channel, although for
|