summaryrefslogtreecommitdiff
path: root/libparted/fs/ntfs/ntfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'libparted/fs/ntfs/ntfs.c')
-rw-r--r--libparted/fs/ntfs/ntfs.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/libparted/fs/ntfs/ntfs.c b/libparted/fs/ntfs/ntfs.c
index 03d18e9..7cb1db4 100644
--- a/libparted/fs/ntfs/ntfs.c
+++ b/libparted/fs/ntfs/ntfs.c
@@ -63,20 +63,6 @@ ntfs_clobber (PedGeometry* geom)
static PedFileSystemOps ntfs_ops = {
probe: ntfs_probe,
-#ifndef DISCOVER_ONLY
- clobber: ntfs_clobber,
-#else
- clobber: NULL,
-#endif
- open: NULL,
- create: NULL,
- close: NULL,
- check: NULL,
- copy: NULL,
- resize: NULL,
- get_create_constraint: NULL,
- get_resize_constraint: NULL,
- get_copy_constraint: NULL
};
static PedFileSystemType ntfs_type = {