[Libreoffice-commits] .: ucb/source

Caolán McNamara caolan at kemper.freedesktop.org
Tue Jan 11 09:05:07 PST 2011


 ucb/source/ucp/gio/gio_mount.hxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit d052a86b91831e805be3c8e07a01c8da254966f2
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Jan 11 14:02:25 2011 +0000

    drop typedef, don't need it for C++

diff --git a/ucb/source/ucp/gio/gio_mount.hxx b/ucb/source/ucp/gio/gio_mount.hxx
index cad370d..31d1a74 100644
--- a/ucb/source/ucp/gio/gio_mount.hxx
+++ b/ucb/source/ucp/gio/gio_mount.hxx
@@ -41,10 +41,6 @@ G_BEGIN_DECLS
 #define OOO_IS_MOUNT_OPERATION_CLASS(k)  (G_TYPE_CHECK_CLASS_TYPE ((k), OOO_TYPE_MOUNT_OPERATION))
 #define OOO_MOUNT_OPERATION_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), OOO_TYPE_MOUNT_OPERATION, OOoMountOperationClass))
 
-typedef struct OOoMountOperation         OOoMountOperation;
-typedef struct OOoMountOperationClass    OOoMountOperationClass;
-typedef struct OOoMountOperationPrivate  OOoMountOperationPrivate;
-
 struct OOoMountOperation
 {
     GMountOperation parent_instance;


More information about the Libreoffice-commits mailing list