ladybird/Userland/Applications/SpaceAnalyzer
Tim Schumacher 9805f73704 LibCore: Remove the force parameter from File::remove
About half of the usages were not using `force` anyways, and the other
half presumably just got confused about what "force" really means in
this context (which is "ignore nonexistent files").

The only 'legitimate' user, which is `rm`, instead now handles this
completely internally instead.
2022-12-23 10:38:14 -05:00
..
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
main.cpp LibCore: Remove the force parameter from File::remove 2022-12-23 10:38:14 -05:00
SpaceAnalyzer.gml Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
TreeMapWidget.cpp SpaceAnalyzer: Ignore unhandled keydown events 2022-12-14 18:25:02 +00:00
TreeMapWidget.h SpaceAnalyzer: Add a tooltip for the hovered tree node 2022-12-09 23:23:00 +00:00