]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/blobdiff - psdk_cust/ipc_3_43_00_00_eng/docs/cdoc/toc.js
Removed IPC and PDK from psdk_cust folder.
[processor-sdk/performance-audio-sr.git] / psdk_cust / ipc_3_43_00_00_eng / docs / cdoc / toc.js
diff --git a/psdk_cust/ipc_3_43_00_00_eng/docs/cdoc/toc.js b/psdk_cust/ipc_3_43_00_00_eng/docs/cdoc/toc.js
deleted file mode 100644 (file)
index c9ae8de..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-/* --COPYRIGHT--,EPL
- *  Copyright (c) 2008 Texas Instruments and others.
- *  All rights reserved. This program and the accompanying materials
- *  are made available under the terms of the Eclipse Public License v1.0
- *  which accompanies this distribution, and is available at
- *  http://www.eclipse.org/legal/epl-v10.html
- * 
- *  Contributors:
- *      Texas Instruments - initial implementation
- * 
- * --/COPYRIGHT--*/
-function toggle(e)
-{
-    if (e.className == 'open') {
-        e.className = 'closed';
-    }
-    else if (e.className == 'closed') {
-        e.className = 'open';
-    }
-}
-
-function cancel(e)
-{
-    if (window.event) {
-        window.event.cancelBubble = true;   // ie
-    }
-    else if (e.stopPropagation)  {
-        e.stopPropagation();                // firefox
-    }
-}