From 7b8721965753f19cf07c391f960a046b8048a1b5 Mon Sep 17 00:00:00 2001 From: Myk Date: Fri, 29 Sep 2023 09:40:52 -0700 Subject: [PATCH] Update plugins/lua/orders.lua --- plugins/lua/orders.lua | 8 -------- 1 file changed, 8 deletions(-) diff --git a/plugins/lua/orders.lua b/plugins/lua/orders.lua index 1a3208336..df8710739 100644 --- a/plugins/lua/orders.lua +++ b/plugins/lua/orders.lua @@ -66,14 +66,6 @@ local function do_recheck() dfhack.run_command('orders', 'recheck') end -local function do_sort_type() - dfhack.run_command('orders', 'sort_type') -end - -local function do_sort_mat() - dfhack.run_command('orders', 'sort_material') -end - OrdersOverlay = defclass(OrdersOverlay, overlay.OverlayWidget) OrdersOverlay.ATTRS{ default_pos={x=53,y=-6},