1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 21:27:45 +00:00

DevTools: Remove VisualBuilder and FormCompiler

This functionality is being moved to HackStudio so let's not confuse
people by keeping the old stuff around.
This commit is contained in:
Andreas Kling 2020-10-01 20:06:18 +02:00
parent 6c9a3ecf42
commit 0245e0f03a
26 changed files with 1 additions and 2033 deletions

View file

@ -2,4 +2,3 @@ add_subdirectory(HackStudio)
add_subdirectory(Inspector)
add_subdirectory(Profiler)
add_subdirectory(UserspaceEmulator)
add_subdirectory(VisualBuilder)