summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-01-11 14:02:25 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-11 17:03:55 +0000
commit8e00c04fc731d572e3d700cdab8fb57fee700397 (patch)
tree388008692e511087f7f25a849f6669a9410a41ef /ucb
parent88b1e9eff76bf40f9d6a1d7b5ece5acf8f3f6c2f (diff)
drop typedef, don't need it for C++
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/gio/gio_mount.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/ucb/source/ucp/gio/gio_mount.hxx b/ucb/source/ucp/gio/gio_mount.hxx
index 8445732ae05b..f826cee26f03 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;