aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llaudio
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-12 14:59:33 -0500
committerJacek Antonelli2008-09-12 14:59:39 -0500
commit80a8bab2a9dd8e77262b001af973212a6cba4a5a (patch)
tree170168232fd4e2eec5f15295a9445535969cdb76 /linden/indra/llaudio
parentSecond Life viewer sources 1.21.1-RC (diff)
downloadmeta-impy-80a8bab2a9dd8e77262b001af973212a6cba4a5a.zip
meta-impy-80a8bab2a9dd8e77262b001af973212a6cba4a5a.tar.gz
meta-impy-80a8bab2a9dd8e77262b001af973212a6cba4a5a.tar.bz2
meta-impy-80a8bab2a9dd8e77262b001af973212a6cba4a5a.tar.xz
Second Life viewer sources 1.21.2-RC
Diffstat (limited to 'linden/indra/llaudio')
-rw-r--r--linden/indra/llaudio/listener.cpp5
-rw-r--r--linden/indra/llaudio/listener.h1
2 files changed, 0 insertions, 6 deletions
diff --git a/linden/indra/llaudio/listener.cpp b/linden/indra/llaudio/listener.cpp
index 849b143..ff3cfff 100644
--- a/linden/indra/llaudio/listener.cpp
+++ b/linden/indra/llaudio/listener.cpp
@@ -59,11 +59,6 @@ void LLListener::init(void)
59} 59}
60 60
61//----------------------------------------------------------------------- 61//-----------------------------------------------------------------------
62void LLListener::free(void)
63{
64}
65
66//-----------------------------------------------------------------------
67void LLListener::translate(LLVector3 offset) 62void LLListener::translate(LLVector3 offset)
68{ 63{
69 mPosition += offset; 64 mPosition += offset;
diff --git a/linden/indra/llaudio/listener.h b/linden/indra/llaudio/listener.h
index 07664f7..595373d 100644
--- a/linden/indra/llaudio/listener.h
+++ b/linden/indra/llaudio/listener.h
@@ -51,7 +51,6 @@ class LLListener
51 LLListener(); 51 LLListener();
52 virtual ~LLListener(); 52 virtual ~LLListener();
53 virtual void init(); 53 virtual void init();
54 virtual void free();
55 54
56 virtual void set(LLVector3 pos, LLVector3 vel, LLVector3 up, LLVector3 at); 55 virtual void set(LLVector3 pos, LLVector3 vel, LLVector3 up, LLVector3 at);
57 56