diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-08-09 13:56:21 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-08-09 13:56:21 +0800 |
commit | 21b756aa3c3541834383013d8bd1e972f758ad1c (patch) | |
tree | 8ebb08f9a978bae152a029e0830fba8c7e5790e1 /shell/e-shell-view.c | |
parent | e201c2da23db94de33dc0caa32380facda942616 (diff) | |
download | gsoc2013-evolution-21b756aa3c3541834383013d8bd1e972f758ad1c.tar.gz 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.c | 1 |
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); |