[glom] Translatable: Remove unimplemented get_title_or_name_original().



commit badd7c862f724c734d3a8dc3f4f1a0d6721f8590
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Jan 30 09:22:37 2012 +0100

    Translatable: Remove unimplemented get_title_or_name_original().
    
    * glom/libglom/data_structure/translatable_item.h: This
    method is not used, of course.

 ChangeLog                                       |    7 +++++++
 glom/libglom/data_structure/translatable_item.h |    2 --
 2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 729820c..cfeae0e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-01-30  Murray Cumming  <murrayc murrayc com>
+
+	Translatable: Remove unimplemented get_title_or_name_original().
+
+	* glom/libglom/data_structure/translatable_item.h: This 
+	method is not used, of course.
+
 2012-01-29  Murray Cumming  <murrayc murrayc com>
 
 	TableInfo, Report, PrintLayout: Make member variables private.
diff --git a/glom/libglom/data_structure/translatable_item.h b/glom/libglom/data_structure/translatable_item.h
index 83fa3d3..1e7fd80 100644
--- a/glom/libglom/data_structure/translatable_item.h
+++ b/glom/libglom/data_structure/translatable_item.h
@@ -53,8 +53,6 @@ public:
 
   virtual Glib::ustring get_title_or_name(const Glib::ustring& locale) const;
 
-  Glib::ustring get_title_or_name_original() const;
-
   /** Get the title's translation for the specified locale, falling back to the
    * original text if there is no translation.
    *



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