From b1be2a6d83aa9b9404ca735e73e73dc903625dc7 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 23 Oct 2003 19:57:58 +0000 Subject: Removed unneeded CAMEL_OBJECT() casts. 2003-10-23 Jeffrey Stedfast * *.c: Removed unneeded CAMEL_OBJECT() casts. svn path=/trunk/; revision=23052 --- camel/camel-cipher-context.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'camel/camel-cipher-context.c') diff --git a/camel/camel-cipher-context.c b/camel/camel-cipher-context.c index ccec652863..717f79e37d 100644 --- a/camel/camel-cipher-context.c +++ b/camel/camel-cipher-context.c @@ -74,7 +74,7 @@ camel_cipher_context_finalise (CamelObject *o) { CamelCipherContext *context = (CamelCipherContext *)o; - camel_object_unref (CAMEL_OBJECT (context->session)); + camel_object_unref (context->session); g_mutex_free (context->priv->lock); @@ -134,7 +134,7 @@ camel_cipher_context_new (CamelSession *session) context = CAMEL_CIPHER_CONTEXT (camel_object_new (CAMEL_CIPHER_CONTEXT_TYPE)); - camel_object_ref (CAMEL_OBJECT (session)); + camel_object_ref (session); context->session = session; return context; @@ -154,7 +154,7 @@ camel_cipher_context_construct (CamelCipherContext *context, CamelSession *sessi g_return_if_fail (CAMEL_IS_CIPHER_CONTEXT (context)); g_return_if_fail (CAMEL_IS_SESSION (session)); - camel_object_ref (CAMEL_OBJECT (session)); + camel_object_ref (session); context->session = session; } -- cgit >2014Q2 FreeBSD Ports (https://github.com/freebsd/freebsd-ports)
aboutsummaryrefslogtreecommitdiffstats
h/atlas?h=dependabot/npm_and_yarn/devel/electron4/files/mixin-deep-1.3.2&id=4a344e94972b109670f45f04efe4002b50981676'>Bump PORTREVISION for ports depending on the canonical version of GCC
Commit message (Expand)AuthorAgeFilesLines
gerald2019-07-271-1/+1