Skip to content

Commit

Permalink
🔥 Undo commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Schneegans committed Mar 27, 2022
1 parent 6a003f8 commit 1a84ad3
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@ ZIP_NAME := $(NAME)@$(DOMAIN).zip
JS_FILES = $(shell find -type f -and \( -name "*.js" \))
UI_FILES = $(shell find -type f -and \( -name "*.ui" \))
RESOURCE_FILES = $(shell find resources -mindepth 2 -type f)
SOUND_FILES = $(wildcard sounds/*)
LOCALES_PO = $(wildcard po/*.po)
LOCALES_MO = $(patsubst po/%.po,locale/%/LC_MESSAGES/$(NAME).mo,$(LOCALES_PO))

# These files will be included in the extension zip file.
ZIP_CONTENT = $(JS_FILES) $(LOCALES_MO) resources/$(NAME).gresource \
$(SOUND_FILES) schemas/gschemas.compiled metadata.json LICENSE
schemas/gschemas.compiled metadata.json LICENSE

# These seven recipes can be invoked by the user.
.PHONY: zip install uninstall pot clean test references
Expand Down
5 changes: 0 additions & 5 deletions extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -478,11 +478,6 @@ class Extension {
// Finally, ensure that all animation times are set properly so that other extensions
// may guess how long it will take until windows are gone :)
this._fixAnimationTimes(isDialogWindow, forOpening, duration);

// const player = global.display.get_sound_player();
// const file = Gio.File.new_for_path(Me.path + '/sounds/energize.ogg');
// utils.debug(file.query_exists(null));
// player.play_from_file(file, 'burn-my-windows sound effect', null);
}

// The code below is not necessary for Burn-My-Windows to function. However, there
Expand Down
Binary file removed sounds/broken-glass.ogg
Binary file not shown.
Binary file removed sounds/energize.ogg
Binary file not shown.

0 comments on commit 1a84ad3

Please sign in to comment.