summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/74145.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/74145.cpp')
-rw-r--r--src/devices/machine/74145.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/devices/machine/74145.cpp b/src/devices/machine/74145.cpp
index 8e3250800b1..922fa104885 100644
--- a/src/devices/machine/74145.cpp
+++ b/src/devices/machine/74145.cpp
@@ -1,4 +1,4 @@
-// license:GPL-2.0+
+// license:BSD-3-Clause
// copyright-holders:Dirk Best
/*****************************************************************************
*
@@ -73,9 +73,6 @@ ttl74145_device::ttl74145_device(const machine_config &mconfig, const char *tag,
void ttl74145_device::device_start()
{
- /* resolve callbacks */
- m_output_line_cb.resolve_all_safe();
-
// register for state saving
save_item(NAME(m_number));
}