Skip to content

Commit

Permalink
Merge pull request #4126 from myk002/myk_confirm
Browse files Browse the repository at this point in the history
remove confirm plugin (replaced by script)
  • Loading branch information
myk002 authored Jan 2, 2024
2 parents fa0732d + b45ee80 commit 324360f
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 1,042 deletions.
1 change: 0 additions & 1 deletion data/init/dfhack.tools.init
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
# Enable system services
enable buildingplan
enable burrow
enable confirm
enable faststart
enable logistics
enable overlay
Expand Down
21 changes: 0 additions & 21 deletions docs/plugins/confirm.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 @@ -100,7 +100,6 @@ if(BUILD_SUPPORTED)
dfhack_plugin(cleanconst cleanconst.cpp)
dfhack_plugin(cleaners cleaners.cpp)
dfhack_plugin(cleanowned cleanowned.cpp)
dfhack_plugin(confirm confirm.cpp LINK_LIBRARIES lua)
dfhack_plugin(createitem createitem.cpp)
dfhack_plugin(cursecheck cursecheck.cpp)
dfhack_plugin(cxxrandom cxxrandom.cpp LINK_LIBRARIES lua)
Expand Down
Loading

0 comments on commit 324360f

Please sign in to comment.