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 | |
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.
-rw-r--r-- | Base/etc/FileIconProvider.ini | 1 | ||||
-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 | ||||
-rw-r--r-- | Base/res/apps/HackStudio.af | 3 |
5 files changed, 0 insertions, 13 deletions
diff --git a/Base/etc/FileIconProvider.ini b/Base/etc/FileIconProvider.ini index 480a9f38e5..d700accd85 100644 --- a/Base/etc/FileIconProvider.ini +++ b/Base/etc/FileIconProvider.ini @@ -1,7 +1,6 @@ [Icons] cplusplus=*.cpp,*.cxx,*.cc,*.c++ form=*.frm -hackstudio=*.hsp header=*.h,*.hpp,*.hxx,*.hh,*.h++ html=*.html,*.htm ini=*.ini 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 diff --git a/Base/res/apps/HackStudio.af b/Base/res/apps/HackStudio.af index 64363e1d7c..a70b0c29fd 100644 --- a/Base/res/apps/HackStudio.af +++ b/Base/res/apps/HackStudio.af @@ -6,6 +6,3 @@ Category=Development [Icons] 16x16=/res/icons/16x16/app-hack-studio.png 32x32=/res/icons/32x32/app-hack-studio.png - -[Launcher] -FileTypes=hsp |