aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Amland <thomas.amland@gmail.com>2015-02-26 16:10:49 +0100
committerThomas Amland <thomas.amland@gmail.com>2015-03-28 19:26:05 +0100
commit729f6681881beefd020b7396fff26f6835317e01 (patch)
tree231f97e2c79969525ae605380007925b947bb40b
parent77277cbab20c6dcc74655923cebc623d04c9bef6 (diff)
remove bursting bubbles sounds (moved to addon repo)
-rw-r--r--sounds/Bursting Bubbles/nav.wavbin29444 -> 0 bytes
-rw-r--r--sounds/Bursting Bubbles/sounds.xml62
2 files changed, 0 insertions, 62 deletions
diff --git a/sounds/Bursting Bubbles/nav.wav b/sounds/Bursting Bubbles/nav.wav
deleted file mode 100644
index 4cd149a6ee..0000000000
--- a/sounds/Bursting Bubbles/nav.wav
+++ /dev/null
Binary files differ
diff --git a/sounds/Bursting Bubbles/sounds.xml b/sounds/Bursting Bubbles/sounds.xml
deleted file mode 100644
index cc25b68f59..0000000000
--- a/sounds/Bursting Bubbles/sounds.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- This file contains the mapping of actions to sounds -->
-
-<!-- The <actions> section contains global mapping -->
-
-<!-- To map a action to a sound, add a block like this to <actions>: -->
-<!-- <action> -->
-<!-- <name>left</name> -->
-<!-- <file>cursor.wav</file> -->
-<!-- </action> -->
-<!-- Where <name> specifies the action to map a sound to and <file> the wav -->
-<!-- file to play when the action occurs. -->
-
-<!-- Also window specific sound can be played -->
-
-<!-- To map a sound to a window, add a block like this to <windows>: -->
-<!-- <window> -->
-<!-- <name>infodialog</name> -->
-<!-- <activate>notify.wav</activate> -->
-<!-- <deactivate>out.wav</deactivate> -->
-<!-- </window> -->
-<!-- Where <name> specifies the window to map a sound to -->
-<!-- <activate> and <deactivate> are the events a sound can be mapped to -->
-<!-- by setting the file to play. -->
-
-<!-- Note: Only wav files are supported -->
-
-<sounds>
- <actions>
- <action>
- <name>left</name>
- <file>nav.wav</file>
- </action>
- <action>
- <name>right</name>
- <file>nav.wav</file>
- </action>
- <action>
- <name>up</name>
- <file>nav.wav</file>
- </action>
- <action>
- <name>down</name>
- <file>nav.wav</file>
- </action>
- <action>
- <name>select</name>
- <file>nav.wav</file>
- </action>
- <action>
- <name>previousmenu</name>
- <file>nav.wav</file>
- </action>
- </actions>
-
- <windows>
- <window>
- <name>infodialog</name>
- <activate>nav.wav</activate>
- </window>
- </windows>
-</sounds>