summaryrefslogtreecommitdiffstats
path: root/src/dialogs/layer-properties.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dialogs/layer-properties.cpp')
-rw-r--r--src/dialogs/layer-properties.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dialogs/layer-properties.cpp b/src/dialogs/layer-properties.cpp
index 2b39155b0..6a88597be 100644
--- a/src/dialogs/layer-properties.cpp
+++ b/src/dialogs/layer-properties.cpp
@@ -36,9 +36,6 @@ namespace Dialogs {
LayerPropertiesDialog::LayerPropertiesDialog()
: _strategy(NULL), _desktop(NULL), _layer(NULL), _position_visible(false)
{
- GtkWidget *dlg = GTK_WIDGET(gobj());
- g_assert(dlg);
-
Gtk::VBox *mainVBox = get_vbox();
_layout_table.set_spacings(4);