Skip to content

Commit

Permalink
Merge branch 'jb53913' into 'master'
Browse files Browse the repository at this point in the history
Drop obsoleted / unused sync SelectHelper.js

See merge request mer-core/embedlite-components!123
  • Loading branch information
rainemak committed Apr 25, 2021
2 parents cd5ae4f + c0f7f03 commit 8119159
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 339 deletions.
7 changes: 3 additions & 4 deletions jsscripts/Makefile.am
Expand Up @@ -2,15 +2,14 @@ jsscripts_manifestdir=$(libdir)/mozembedlite/chrome/embedlite/content
jsscripts_manifest_DATA = \
embedhelper.js \
Logger.js \
Feeds.jsm \
ContentLinkHandler.jsm \
Feeds.jsm \
ContentLinkHandler.jsm \
OrientationChangeHandler.jsm \
SelectHelper.js \
SelectAsyncHelper.js \
SelectionHandler.js \
SelectionPrototype.js \
Util.js \
ClickEventBlocker.js \
ClickEventBlocker.js \
ContextMenuHandler.js \
Prompt.jsm \
$(NULL)
Expand Down
334 changes: 0 additions & 334 deletions jsscripts/SelectHelper.js

This file was deleted.

1 change: 0 additions & 1 deletion link_to_system.sh
Expand Up @@ -57,7 +57,6 @@ mkdir -p $TARGET_DIR/chrome/embedlite/content/search-plugins;
ln -s $(pwd)/jsscripts/embedhelper.js $TARGET_DIR/chrome/embedlite/content/embedhelper.js;
ln -s $(pwd)/jsscripts/OrientationChangeHandler.jsm $TARGET_DIR/chrome/embedlite/content/OrientationChangeHandler.jsm;
ln -s $(pwd)/jsscripts/Prompt.jsm $TARGET_DIR/chrome/embedlite/content/Prompt.jsm;
ln -s $(pwd)/jsscripts/SelectHelper.js $TARGET_DIR/chrome/embedlite/content/SelectHelper.js;
ln -s $(pwd)/jsscripts/SelectAsyncHelper.js $TARGET_DIR/chrome/embedlite/content/SelectAsyncHelper.js;
ln -s $(pwd)/jsscripts/SelectionHandler.js $TARGET_DIR/chrome/embedlite/content/SelectionHandler.js;
ln -s $(pwd)/jsscripts/SelectionPrototype.js $TARGET_DIR/chrome/embedlite/content/SelectionPrototype.js;
Expand Down

0 comments on commit 8119159

Please sign in to comment.