aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-shell-component-utils.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@novell.com>2004-05-22 01:48:44 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-05-22 01:48:44 +0800
commit96c1f6f56215a1c8f1a699388a1ed26dff3bb6ae (patch)
tree3d6c24c5adb38e1a6d00be13278e2cf976db9532 /shell/evolution-shell-component-utils.h
parentf1261f2b5751408f783f8b9ab39cb13a72ff8aa5 (diff)
downloadgsoc2013-evolution-96c1f6f56215a1c8f1a699388a1ed26dff3bb6ae.tar
gsoc2013-evolution-96c1f6f56215a1c8f1a699388a1ed26dff3bb6ae.tar.gz
gsoc2013-evolution-96c1f6f56215a1c8f1a699388a1ed26dff3bb6ae.tar.bz2
gsoc2013-evolution-96c1f6f56215a1c8f1a699388a1ed26dff3bb6ae.tar.lz
gsoc2013-evolution-96c1f6f56215a1c8f1a699388a1ed26dff3bb6ae.tar.xz
gsoc2013-evolution-96c1f6f56215a1c8f1a699388a1ed26dff3bb6ae.tar.zst
gsoc2013-evolution-96c1f6f56215a1c8f1a699388a1ed26dff3bb6ae.zip
Removed. Nothing uses this interface (which didn't use the EError routines
2004-05-21 Jeffrey Stedfast <fejj@novell.com> * evolution-shell-component-utils.c (e_activation_failure_dialog): Removed. Nothing uses this interface (which didn't use the EError routines anyway). svn path=/trunk/; revision=26035
Diffstat (limited to 'shell/evolution-shell-component-utils.h')
-rw-r--r--shell/evolution-shell-component-utils.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/shell/evolution-shell-component-utils.h b/shell/evolution-shell-component-utils.h
index a1890fe4ef..ac0bac8f7f 100644
--- a/shell/evolution-shell-component-utils.h
+++ b/shell/evolution-shell-component-utils.h
@@ -42,10 +42,6 @@ typedef struct _EPixmap {
/* Takes an array of pixmaps, terminated by E_PIXMAP_END, and loads into uic */
void e_pixmaps_update (BonoboUIComponent *uic, EPixmap *pixcache);
-void e_activation_failure_dialog (GtkWindow *parent,
- const char *msg,
- const char *oafiid,
- const char *repo_id);
char *e_get_activation_failure_msg (CORBA_Environment *ev);
#ifdef __cplusplus