| 2761 | } |
| 2762 | |
| 2763 | static void unfollow() { |
| 2764 | if (!plotinfo) |
| 2765 | return; |
| 2766 | |
| 2767 | plotinfo->follow_unit = -1; |
| 2768 | plotinfo->follow_item = -1; |
| 2769 | } |
| 2770 | |
| 2771 | void Gui::resetDwarfmodeView(bool pause) |
| 2772 | { |
no outgoing calls
no test coverage detected