[glom/glom-1-32] Remove an unused variable
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom/glom-1-32] Remove an unused variable
- Date: Mon, 28 Oct 2019 13:37:10 +0000 (UTC)
commit 030c78231f08e37799c87f51c800e08dff03a791
Author: Murray Cumming <murrayc murrayc com>
Date: Mon Oct 28 13:29:30 2019 +0100
Remove an unused variable
glom/mode_data/db_adddel/db_adddel.cc | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/glom/mode_data/db_adddel/db_adddel.cc b/glom/mode_data/db_adddel/db_adddel.cc
index 28dcea73..82e4565a 100644
--- a/glom/mode_data/db_adddel/db_adddel.cc
+++ b/glom/mode_data/db_adddel/db_adddel.cc
@@ -598,6 +598,7 @@ Gtk::CellRenderer* DbAddDel::construct_specified_columns_cellrenderer(const std:
sigc::bind( sigc::mem_fun(*this, &DbAddDel::on_treeview_cell_edited_bool), model_column_index,
data_model_column_index ) );
}
}
+ /*
else
{
if(auto pCellRendererPixbuf = dynamic_cast<Gtk::CellRendererPixbuf*>(pCellRenderer))
@@ -605,6 +606,7 @@ Gtk::CellRenderer* DbAddDel::construct_specified_columns_cellrenderer(const std:
//TODO: Do something when it's clicked, such as show the big image in a window or tooltip?
}
}
+ */
}
auto pCellButton = Gtk::manage( new GlomCellRenderer_ButtonText() );
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]