aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed.h
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-01-23 04:27:39 +0800
committerXan Lopez <xan@igalia.com>2012-01-23 04:27:39 +0800
commit57376c8471fbe1b18aae995e7074a24ed6b38680 (patch)
tree5678bd79d4879d1c774cbbfb82aed5d2d58b3405 /embed/ephy-embed.h
parentb7b80c09ae988ffd6725fde6cb6fe082978cedd6 (diff)
downloadgsoc2013-epiphany-57376c8471fbe1b18aae995e7074a24ed6b38680.tar
gsoc2013-epiphany-57376c8471fbe1b18aae995e7074a24ed6b38680.tar.gz
gsoc2013-epiphany-57376c8471fbe1b18aae995e7074a24ed6b38680.tar.bz2
gsoc2013-epiphany-57376c8471fbe1b18aae995e7074a24ed6b38680.tar.lz
gsoc2013-epiphany-57376c8471fbe1b18aae995e7074a24ed6b38680.tar.xz
gsoc2013-epiphany-57376c8471fbe1b18aae995e7074a24ed6b38680.tar.zst
gsoc2013-epiphany-57376c8471fbe1b18aae995e7074a24ed6b38680.zip
ephy-embed: move the other statusbar id to the .c file
It's not used anywhere else.
Diffstat (limited to 'embed/ephy-embed.h')
-rw-r--r--embed/ephy-embed.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h
index 8188c681a..4be26fa51 100644
--- a/embed/ephy-embed.h
+++ b/embed/ephy-embed.h
@@ -40,8 +40,6 @@ typedef struct _EphyEmbedClass EphyEmbedClass;
typedef struct _EphyEmbed EphyEmbed;
typedef struct _EphyEmbedPrivate EphyEmbedPrivate;
-#define EPHY_EMBED_STATUSBAR_TAB_MESSAGE_CONTEXT_DESCRIPTION "tab_message"
-
struct _EphyEmbed {
GtkBox parent_instance;