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/etc | |
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/etc')
-rw-r--r-- | Base/etc/FileIconProvider.ini | 1 |
1 files changed, 0 insertions, 1 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 |