diff options
author | Andreas Kling <kling@serenityos.org> | 2020-12-10 20:43:19 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-12-10 20:43:19 +0100 |
commit | c139b7fe785373d0b8bd123083d23f86271f4cd7 (patch) | |
tree | 019a5c6a9af90e5ff680185a59e640f9540522a1 /Base/home | |
parent | dd3e6451ac9f74ecdd59e774be5da67ffe2213d4 (diff) | |
download | serenity-c139b7fe785373d0b8bd123083d23f86271f4cd7.zip |
Base: Remove *.hsp files
HackStudio no longer has dedicated project files, so let's get rid of
the *.hsp file concept. It'll eventually produce some files again,
but they won't be the same kind of "project" files.
Diffstat (limited to 'Base/home')
-rw-r--r-- | Base/home/anon/.config/LaunchServer.ini | 1 | ||||
-rw-r--r-- | Base/home/anon/Source/js/javascript.hsp | 2 | ||||
-rw-r--r-- | Base/home/anon/Source/little/little.hsp | 6 |
3 files changed, 0 insertions, 9 deletions
diff --git a/Base/home/anon/.config/LaunchServer.ini b/Base/home/anon/.config/LaunchServer.ini index 4a27548ebe..57149940d8 100644 --- a/Base/home/anon/.config/LaunchServer.ini +++ b/Base/home/anon/.config/LaunchServer.ini @@ -11,7 +11,6 @@ html=/bin/Browser wav=/bin/SoundPlayer txt=/bin/TextEditor font=/bin/FontEditor -hsp=/bin/HackStudio sheets=/bin/Spreadsheet *=/bin/TextEditor diff --git a/Base/home/anon/Source/js/javascript.hsp b/Base/home/anon/Source/js/javascript.hsp deleted file mode 100644 index 28bed34814..0000000000 --- a/Base/home/anon/Source/js/javascript.hsp +++ /dev/null @@ -1,2 +0,0 @@ -javascript.hsp -*.js diff --git a/Base/home/anon/Source/little/little.hsp b/Base/home/anon/Source/little/little.hsp deleted file mode 100644 index 6f1e3299c7..0000000000 --- a/Base/home/anon/Source/little/little.hsp +++ /dev/null @@ -1,6 +0,0 @@ -main.cpp -Makefile -little.hsp -test.frm -other.cpp -other.h |