diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-14 19:49:28 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-20 11:20:49 +0000 |
| commit | e89a8d9fa3365f46237d0718dd6b00c0ece3bb67 (patch) | |
| tree | 1c5c7ef6cd882e6f25cc6d032a401f1054b4faff /asdcplib/src/KM_util.h | |
| parent | 3f630fb8334238ab8a58fbe1a0f513ae2c00de80 (diff) | |
Remove some libdcp vestiges.
Diffstat (limited to 'asdcplib/src/KM_util.h')
| -rwxr-xr-x | asdcplib/src/KM_util.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/asdcplib/src/KM_util.h b/asdcplib/src/KM_util.h index a9793ba..78f0739 100755 --- a/asdcplib/src/KM_util.h +++ b/asdcplib/src/KM_util.h @@ -41,8 +41,6 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. namespace Kumu { - extern bool libdcp_test; - // The version number declaration and explanation are in ../configure.ac const char* Version(); @@ -381,9 +379,6 @@ namespace Kumu void GenRandomUUID(byte_t* buf); // buf must be UUID_Length or longer void GenRandomValue(UUID&); -#ifdef LIBDCP_POSIX - void ResetTestRNG(); -#endif typedef ArchivableList<UUID> UUIDList; |
