aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-composer-utils.h
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@novell.com>2010-05-08 04:03:03 +0800
committerFederico Mena Quintero <federico@novell.com>2010-05-08 04:23:25 +0800
commitf9352579b48ee7a697979e3f7043399097652cd9 (patch)
tree130428bc7a1c6ef84719c6ade1266fe848763bb5 /mail/em-composer-utils.h
parent2aa44ca3df3a60357397a47316465ffbeda1e82c (diff)
downloadgsoc2013-evolution-f9352579b48ee7a697979e3f7043399097652cd9.tar
gsoc2013-evolution-f9352579b48ee7a697979e3f7043399097652cd9.tar.gz
gsoc2013-evolution-f9352579b48ee7a697979e3f7043399097652cd9.tar.bz2
gsoc2013-evolution-f9352579b48ee7a697979e3f7043399097652cd9.tar.lz
gsoc2013-evolution-f9352579b48ee7a697979e3f7043399097652cd9.tar.xz
gsoc2013-evolution-f9352579b48ee7a697979e3f7043399097652cd9.tar.zst
gsoc2013-evolution-f9352579b48ee7a697979e3f7043399097652cd9.zip
Use the lite-composer when the shell is in small-screen mode
Remove various utility functions that conditionally create a lite composer, and just use the normal functions to create a composer. The composer will know by itself whether it needs to adjust for small screens. Signed-off-by: Federico Mena Quintero <federico@novell.com>
Diffstat (limited to 'mail/em-composer-utils.h')
-rw-r--r--mail/em-composer-utils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/em-composer-utils.h b/mail/em-composer-utils.h
index be29a7ae71..92e7e182f4 100644
--- a/mail/em-composer-utils.h
+++ b/mail/em-composer-utils.h
@@ -33,7 +33,6 @@
G_BEGIN_DECLS
void em_utils_compose_new_message (const gchar *fromuri);
-EMsgComposer * em_utils_compose_lite_new_message (const gchar *fromuri);
/* FIXME: mailto? url? should make up its mind what its called. imho use 'uri' */
EMsgComposer * em_utils_compose_new_message_with_mailto (const gchar *url, const gchar *fromuri);