X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fanimationeventobserver.h;fp=source%2Fanimationeventobserver.h;h=0000000000000000000000000000000000000000;hb=7aaec9a70b8d7733429bec043f8e33e02956f266;hp=1eafc4d206c89c32b20245300043c154fcee10ee;hpb=bec07999d95b76f4b47cffcc564d0cd0afc0435e;p=libs%2Fgl.git diff --git a/source/animationeventobserver.h b/source/animationeventobserver.h deleted file mode 100644 index 1eafc4d2..00000000 --- a/source/animationeventobserver.h +++ /dev/null @@ -1,25 +0,0 @@ -#ifndef MSP_GL_ANIMATIONEVENTOBSERVER_H_ -#define MSP_GL_ANIMATIONEVENTOBSERVER_H_ - -#include -#include - -namespace Msp { -namespace GL { - -class Placeable; - -class AnimationEventObserver -{ -protected: - AnimationEventObserver() { } -public: - virtual ~AnimationEventObserver() { } - - virtual void animation_event(Placeable *, const std::string &, const Variant &) { } -}; - -} // namespace GL -} // namespace Msp - -#endif