From b3cfe55b3951e4f79887a38ba95240fd4fd704cc Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Fri, 6 Mar 2020 16:35:02 -0500 Subject: clocksync: Remove no longer used get_adjusted_freq() function Signed-off-by: Kevin O'Connor --- klippy/mcu.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'klippy/mcu.py') diff --git a/klippy/mcu.py b/klippy/mcu.py index 06aa07c0..b8d684da 100644 --- a/klippy/mcu.py +++ b/klippy/mcu.py @@ -661,8 +661,6 @@ class MCU: return self._clocksync.clock_to_print_time(clock) def estimated_print_time(self, eventtime): return self._clocksync.estimated_print_time(eventtime) - def get_adjusted_freq(self): - return self._clocksync.get_adjusted_freq() def clock32_to_clock64(self, clock32): return self._clocksync.clock32_to_clock64(clock32) # Restarts -- cgit v1.2.3-70-g09d2