aboutsummaryrefslogtreecommitdiffstats
path: root/ponymix.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ponymix.cc')
-rw-r--r--ponymix.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/ponymix.cc b/ponymix.cc
index a620036..48a751e 100644
--- a/ponymix.cc
+++ b/ponymix.cc
@@ -83,9 +83,6 @@ static const char* type_to_string(enum DeviceType t) {
case DEVTYPE_SOURCE_OUTPUT:
return "source-output";
}
-
- /* impossibiru! */
- throw std::out_of_range("device type out of range");
}
static enum DeviceType string_to_devtype_or_die(const char* str) {