aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-08-09 13:56:21 +0800
committerChris Lahey <clahey@src.gnome.org>2000-08-09 13:56:21 +0800
commit21b756aa3c3541834383013d8bd1e972f758ad1c (patch)
tree8ebb08f9a978bae152a029e0830fba8c7e5790e1 /shell/e-shell-view.c
parente201c2da23db94de33dc0caa32380facda942616 (diff)
downloadgsoc2013-evolution-21b756aa3c3541834383013d8bd1e972f758ad1c.tar
gsoc2013-evolution-21b756aa3c3541834383013d8bd1e972f758ad1c.tar.gz
gsoc2013-evolution-21b756aa3c3541834383013d8bd1e972f758ad1c.tar.bz2
gsoc2013-evolution-21b756aa3c3541834383013d8bd1e972f758ad1c.tar.lz
gsoc2013-evolution-21b756aa3c3541834383013d8bd1e972f758ad1c.tar.xz
gsoc2013-evolution-21b756aa3c3541834383013d8bd1e972f758ad1c.tar.zst
gsoc2013-evolution-21b756aa3c3541834383013d8bd1e972f758ad1c.zip
Fixed a warning.
2000-08-09 Christopher James Lahey <clahey@helixcode.com> * e-shell-view.c: Fixed a warning. svn path=/trunk/; revision=4639
Diffstat (limited to 'shell/e-shell-view.c')
-rw-r--r--shell/e-shell-view.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c
index ddf31747af..c1c03be756 100644
--- a/shell/e-shell-view.c
+++ b/shell/e-shell-view.c
@@ -1181,7 +1181,6 @@ e_shell_view_load_settings (EShellView *shell_view,
EShellViewPrivate *priv;
int val;
char *stringval;
- char *path;
g_return_val_if_fail (shell_view != NULL, FALSE);
g_return_val_if_fail (E_IS_SHELL_VIEW (shell_view), FALSE);