X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fgeneral.h;h=86d117269a91e776a83ca42ec5d204d1d11dff13;hb=1b597586609b1c4df37d5ce9726f2ab27bfd64ea;hp=238f78e518d060579ee7728a155816e20bbfeaa5;hpb=8ef042c40521681cea99944097c4f90a5ac6cf74;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/general.h b/synfig-core/trunk/src/synfig/general.h index 238f78e..86d1172 100644 --- a/synfig-core/trunk/src/synfig/general.h +++ b/synfig-core/trunk/src/synfig/general.h @@ -117,19 +117,6 @@ public: virtual bool valid() const { return cb != 0; } }; -/*! \class SoftwareExpired -** \brief This class is thrown when the software timeout has been reached. -*/ -class SoftwareExpired -{ -}; // END of class SoftwareExpired - - -#ifdef DEATH_TIME -inline void CHECK_EXPIRE_TIME() { if(time(0)>DEATH_TIME) throw SoftwareExpired(); } -#else -#define CHECK_EXPIRE_TIME() while(0){ } -#endif /* extern bool add_to_module_search_path(const std:string &path);