summaryrefslogtreecommitdiff
path: root/src/compat.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-09-25 17:08:44 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2014-09-25 17:08:44 +0200
commit4f6b15ea26b5fa09f300f67e4ce1057c2b39a3aa (patch)
tree45d7bb4a9a90ef603b5a7a65a4d4d4309a7a1538 /src/compat.h
parent0602763044f0f0f9163f2a888627213347d3dbb7 (diff)
New API, new name, new version.
Diffstat (limited to 'src/compat.h')
-rw-r--r--src/compat.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/compat.h b/src/compat.h
deleted file mode 100644
index 868a729..0000000
--- a/src/compat.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/* -*- mode: c++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
-/***************************************************************************
- * File: compat.h
- * This file belongs to the Bifrost project.
- * Macros for throw compatability.
- * Date: Tue Feb 16 14:14:30 CET 2010
- * Author: Bent Bisballe Nyeng
- * Copyright: 2010
- * Email: deva@aasimon.org
- ****************************************************************************/
-#ifndef __LIBAUDIOIN_COMPAT_H__
-#define __LIBAUDIOIN_COMPAT_H__
-
-#ifdef WIN32
-#define _throw(...)
-#else
-#define _throw(fmt...) throw(fmt)
-#endif
-
-#endif/*__LIBAUDIOIN_COMPAT_H__*/