Skip to content

Commit

Permalink
remove obsolete mousequery code
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Feb 9, 2024
1 parent 8ac39fa commit bae58ad
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 984 deletions.
20 changes: 13 additions & 7 deletions docs/about/Removed.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ work (e.g. links from the `changelog`).
:local:
:depth: 1

.. _workorder-recheck:

workorder-recheck
=================
Tool to set 'Checking' status of the selected work order, allowing conditions to be
reevaluated. Merged into `orders`.

.. _autohauler:

autohauler
Expand Down Expand Up @@ -218,6 +211,12 @@ masspit
=======
Replaced with a GUI version: `gui/masspit`.

.. _mousequery:

mousequery
==========
Functionality superseded by vanilla v50 interface.

.. _resume:

resume
Expand Down Expand Up @@ -263,3 +262,10 @@ Replaced with an `overlay`.
warn-stuck-trees
================
The corresponding DF :bug:`9252` was fixed in DF 0.44.01.

.. _workorder-recheck:

workorder-recheck
=================
Tool to set 'Checking' status of the selected work order, allowing conditions
to be reevaluated. Merged into `orders`.
41 changes: 0 additions & 41 deletions docs/plugins/mousequery.rst

This file was deleted.

1 change: 0 additions & 1 deletion plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ if(BUILD_SUPPORTED)
#dfhack_plugin(map-render map-render.cpp LINK_LIBRARIES lua)
dfhack_plugin(misery misery.cpp LINK_LIBRARIES lua)
#dfhack_plugin(mode mode.cpp)
#dfhack_plugin(mousequery mousequery.cpp)
dfhack_plugin(nestboxes nestboxes.cpp)
dfhack_plugin(orders orders.cpp LINK_LIBRARIES jsoncpp_static lua)
dfhack_plugin(overlay overlay.cpp LINK_LIBRARIES lua)
Expand Down
Loading

0 comments on commit bae58ad

Please sign in to comment.