diff options
| author | Karel Zak <kzak@redhat.com> | 2013-06-25 16:57:56 +0200 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2013-09-16 16:47:04 +0200 |
| commit | 4f79f8872b1b116d36a929cc61f57dda4391a654 (patch) | |
| tree | 3bd1a621f619b87753bc6f84899af2d9dca2f410 /fdisks/fdisk.c | |
| parent | c10937dcaf58a03844ace4e081becb77fad71dac (diff) | |
| download | util-linux-4f79f8872b1b116d36a929cc61f57dda4391a654.tar.gz | |
fdisk: cleanup warning messages
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'fdisks/fdisk.c')
| -rw-r--r-- | fdisks/fdisk.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/fdisks/fdisk.c b/fdisks/fdisk.c index 1ac4dd9b..60c69d1f 100644 --- a/fdisks/fdisk.c +++ b/fdisks/fdisk.c @@ -149,16 +149,6 @@ void list_partition_types(struct fdisk_context *cxt) putchar('\n'); } -int warn_geometry(struct fdisk_context *cxt) -{ - if (fdisk_missing_geometry(cxt)) { - fdisk_warnx(cxt, _("Incomplete geometry setting. You can do " - "this from the extra functions menu.")); - return 1; - } - return 0; -} - void toggle_dos_compatibility_flag(struct fdisk_context *cxt) { struct fdisk_label *lb = fdisk_context_get_label(cxt, "dos"); |
