diff --git a/ChangeLog b/ChangeLog index 30f196a0..c995c4e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-03-28 Bart Hakvoort + + * src/GParted_Core.cc: removed testdata + 2006-03-28 Bart Hakvoort * trivial cleanups diff --git a/src/GParted_Core.cc b/src/GParted_Core.cc index ac15e20c..1f24f6c1 100644 --- a/src/GParted_Core.cc +++ b/src/GParted_Core.cc @@ -272,8 +272,6 @@ void GParted_Core::init_maps() } proc_partitions .close() ; - alternate_paths[ "/dev/hda5" ] = "/dev/bladieblaaaaa" ; - alternate_paths[ "/dev/hda" ] = "/dev/nog_een_testje" ; } }