From e84a5545e13db63bcc4f5f5513b58226ad37275c Mon Sep 17 00:00:00 2001
From: Marcio Teixeira <marcio@alephobjects.com>
Date: Wed, 21 Feb 2018 15:12:11 -0700
Subject: [PATCH] Removed unnecessary extended mode switch.

- This will slightly reduce the SPI requirements for
  updating the progress bar.
---
 Marlin/src/lcd/dogm/status_screen_lite_ST7920.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Marlin/src/lcd/dogm/status_screen_lite_ST7920.h b/Marlin/src/lcd/dogm/status_screen_lite_ST7920.h
index ccc046e7db..2c40e64434 100644
--- a/Marlin/src/lcd/dogm/status_screen_lite_ST7920.h
+++ b/Marlin/src/lcd/dogm/status_screen_lite_ST7920.h
@@ -60,7 +60,6 @@ void ST7920_Lite_Status_Screen::cmd(const uint8_t cmd) {
 }
 
 void ST7920_Lite_Status_Screen::begin_data() {
-  extended_function_set(false);
   if (!current_bits.synced || current_bits.cmd) {
     current_bits.synced = true;
     current_bits.cmd    = false;