aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-dialog.h
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <descalante@igalia.com>2010-09-03 15:01:32 +0800
committerDiego Escalante Urrelo <descalante@igalia.com>2010-09-03 16:27:12 +0800
commit43e7d5085b715e7b9b523eb63beeb29121f17a7d (patch)
tree0a77921d8b7df2eb1bf0d629284eed0e7b1c80ca /lib/ephy-dialog.h
parent61ba13a0743875521e6be98008dac3ee1c75f5c2 (diff)
downloadgsoc2013-epiphany-43e7d5085b715e7b9b523eb63beeb29121f17a7d.tar
gsoc2013-epiphany-43e7d5085b715e7b9b523eb63beeb29121f17a7d.tar.gz
gsoc2013-epiphany-43e7d5085b715e7b9b523eb63beeb29121f17a7d.tar.bz2
gsoc2013-epiphany-43e7d5085b715e7b9b523eb63beeb29121f17a7d.tar.lz
gsoc2013-epiphany-43e7d5085b715e7b9b523eb63beeb29121f17a7d.tar.xz
gsoc2013-epiphany-43e7d5085b715e7b9b523eb63beeb29121f17a7d.tar.zst
gsoc2013-epiphany-43e7d5085b715e7b9b523eb63beeb29121f17a7d.zip
ephy-dialog: remove useless modal property
Bug #624485
Diffstat (limited to 'lib/ephy-dialog.h')
-rw-r--r--lib/ephy-dialog.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/ephy-dialog.h b/lib/ephy-dialog.h
index aad36e81f..4e73ab897 100644
--- a/lib/ephy-dialog.h
+++ b/lib/ephy-dialog.h
@@ -120,9 +120,6 @@ void ephy_dialog_set_parent (EphyDialog *dialog,
GtkWidget *ephy_dialog_get_parent (EphyDialog *dialog);
-void ephy_dialog_set_modal (EphyDialog *dialog,
- gboolean is_modal);
-
GtkWidget *ephy_dialog_get_control (EphyDialog *dialog,
const char *property_id);