[glom/sqlbuilder2] Remove unimplemented functions.



commit 8612976c4dc87c98e1f9d29cb796e045cf5cd6e3
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Apr 27 17:56:30 2010 +0200

    Remove unimplemented functions.

 glom/base_db.h |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)
---
diff --git a/glom/base_db.h b/glom/base_db.h
index f46eb01..b330846 100644
--- a/glom/base_db.h
+++ b/glom/base_db.h
@@ -438,17 +438,6 @@ protected:
   static void handle_error(const std::exception& ex); //TODO_port: This is probably useless now.
   static bool handle_error();
 
-private:
-
-  /// Get the full query string suitable for use with std::cout.
-  static std::string sqlbuilder_get_full_query(
-    const Glib::RefPtr<const Gnome::Gda::SqlBuilder>& builder,
-    const Glib::RefPtr<const Gnome::Gda::Set>& params);
-
-  /// Get the full query string suitable for use with std::cout.
-  static std::string sqlbuilder_get_full_query(
-    const Glib::RefPtr<const Gnome::Gda::SqlBuilder>& builder);
-
 protected:
   type_field_calcs m_FieldsCalculationInProgress; //Prevent circular calculations and recalculations.
 };



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