gnome-format r13 - trunk/src



Author: mkanis
Date: Mon Apr  6 12:38:12 2009
New Revision: 13
URL: http://svn.gnome.org/viewvc/gnome-format?rev=13&view=rev

Log:
Remove outdated comment

Modified:
   trunk/src/gnome-format-partition.c

Modified: trunk/src/gnome-format-partition.c
==============================================================================
--- trunk/src/gnome-format-partition.c	(original)
+++ trunk/src/gnome-format-partition.c	Mon Apr  6 12:38:12 2009
@@ -68,8 +68,6 @@
                 try(disk = ped_disk_new_fresh(device, ped_disk_type_get ("msdos")));
         }
         
-        // TODO bail out if disk still is NULL
-        
         int last_part_num = ped_disk_get_last_partition_num(disk);
         if (last_part_num != -1) {
                 // if partitions exist, delete them



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]