[orca/570658-whereami] Finish proper removal of whereAmI from the Pidgin and Gcalctool scripts.



commit e7a2672a5db13138873a2f4bf8c5ca24b3393aae
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date:   Fri Jun 5 19:41:42 2009 -0400

    Finish proper removal of whereAmI from the Pidgin and Gcalctool scripts.
---
 src/orca/scripts/apps/gcalctool/script.py |    7 -------
 src/orca/scripts/apps/pidgin/script.py    |    7 -------
 2 files changed, 0 insertions(+), 14 deletions(-)

diff --git a/src/orca/scripts/apps/gcalctool/script.py b/src/orca/scripts/apps/gcalctool/script.py
index 4afb890..8e1aa53 100644
--- a/src/orca/scripts/apps/gcalctool/script.py
+++ b/src/orca/scripts/apps/gcalctool/script.py
@@ -33,7 +33,6 @@ import orca.speech as speech
 import pyatspi
 
 from speech_generator import SpeechGenerator
-from where_am_i import WhereAmI
 
 from orca.orca_i18n import _ # for gettext support
 
@@ -60,12 +59,6 @@ class Script(default.Script):
         self._lastSpokenContents = None
         self._resultsDisplay = None
 
-    def getWhereAmI(self):
-        """Returns the "where am I" class for this script.
-        """
-
-        return WhereAmI(self)
-
     def getSpeechGenerator(self):
         """Returns the speech generator for this script.
         """
diff --git a/src/orca/scripts/apps/pidgin/script.py b/src/orca/scripts/apps/pidgin/script.py
index cc094c8..7ea82dd 100644
--- a/src/orca/scripts/apps/pidgin/script.py
+++ b/src/orca/scripts/apps/pidgin/script.py
@@ -48,7 +48,6 @@ import orca.speech as speech
 from orca.orca_i18n import _
 
 from speech_generator import SpeechGenerator
-from where_am_i import WhereAmI
 import script_settings
 
 ########################################################################
@@ -261,12 +260,6 @@ class Script(default.Script):
 
         return SpeechGenerator(self)
 
-    def getWhereAmI(self):
-        """Returns the 'where am I' class for this script.
-        """
-        
-        return WhereAmI(self)
-
     def getAppPreferencesGUI(self):
         """Return a GtkVBox contain the application unique configuration
         GUI items for the current application.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]