From 24562745807b959a0d5024a994e60ac842bcc38a Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Thu, 10 Sep 2015 18:28:29 -0400 Subject: [PATCH] Revert "Update IUniformRandomStream." This reverts commit 5474d11ed00efe5702026b78ee0031b978139e43. --- public/vstdlib/random.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/vstdlib/random.h b/public/vstdlib/random.h index 2028a5df..6ce4a40f 100644 --- a/public/vstdlib/random.h +++ b/public/vstdlib/random.h @@ -27,8 +27,6 @@ class VSTDLIB_CLASS IUniformRandomStream { public: - virtual ~IUniformRandomStream() {} - // Sets the seed of the random number generator virtual void SetSeed( int iSeed ) = 0;