Userland: Remove IRC Client

The IRC Client application made some sense while our main communication
hub was an IRC channel. Now that we've moved on, IRC is just a random
protocol with no particular relevance to this project.

This also has the benefit of removing one major client of the single-
process Web::InProcessWebView class.
This commit is contained in:
Andreas Kling 2021-08-24 16:19:08 +02:00
commit c915174563
Notes: sideshowbarker 2024-07-18 05:19:33 +09:00
38 changed files with 1 additions and 2835 deletions

View file

@ -86,7 +86,6 @@ set(IOAPIC_DEBUG ON)
set(IO_DEBUG ON)
set(IPV4_DEBUG ON)
set(IPV4_SOCKET_DEBUG ON)
set(IRC_DEBUG ON)
set(IRQ_DEBUG ON)
set(ISO9660_DEBUG ON)
set(ISO9660_VERY_DEBUG ON)