[glom] Fix the build.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom] Fix the build.
- Date: Tue, 9 Aug 2011 10:30:13 +0000 (UTC)
commit 026dec9e71b389acf20a9fcde7a82063ddcba24f
Author: Murray Cumming <murrayc murrayc com>
Date: Mon Aug 8 22:48:56 2011 +0200
Fix the build.
.../dialog_relationships_overview.cc | 2 --
glom/utility_widgets/canvas/canvas_editable.h | 8 --------
2 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/glom/mode_design/relationships_overview/dialog_relationships_overview.cc b/glom/mode_design/relationships_overview/dialog_relationships_overview.cc
index cfc941a..1f2c151 100644
--- a/glom/mode_design/relationships_overview/dialog_relationships_overview.cc
+++ b/glom/mode_design/relationships_overview/dialog_relationships_overview.cc
@@ -375,12 +375,10 @@ void Dialog_RelationshipsOverview::on_menu_view_showgrid()
{
if(m_action_showgrid->get_active())
{
- std::cout << "showing" << std::endl;
m_canvas.set_grid_gap(40);
}
else
{
- std::cout << "hiding" << std::endl;
m_canvas.remove_grid();
}
}
diff --git a/glom/utility_widgets/canvas/canvas_editable.h b/glom/utility_widgets/canvas/canvas_editable.h
index 3925343..4aade57 100644
--- a/glom/utility_widgets/canvas/canvas_editable.h
+++ b/glom/utility_widgets/canvas/canvas_editable.h
@@ -65,14 +65,6 @@ public:
*/
virtual type_vec_items get_selected_items();
- /** Set all items as selected or unselected.
- * @param selected Use false to unselect all.
- *
- * Derived classes may override this to only examine items that they consider interesting.
- */
- virtual void select_all(bool selected = true);
-
-
//TODO: Actually emit this, so we actually show the context menu when clicking on blank space:
/** void on_show_context(guint button, guint32 activate_time);
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]