Revert "Offer to print partition info in raw format."

This reverts commit 729f7bd5fe0b23ed16084f0e4591c7a6eb4de40f.
diff --git a/gptpart.h b/gptpart.h
index 377ec55..657b3f9 100644
--- a/gptpart.h
+++ b/gptpart.h
@@ -89,7 +89,7 @@
       GPTPart & operator=(const GPTPart & orig);
       bool operator<(const GPTPart &other) const;
       void ShowSummary(int partNum, uint32_t blockSize); // display summary information (1-line)
-      void ShowDetails(uint32_t blockSize, bool raw); // display detailed information (multi-line)
+      void ShowDetails(uint32_t blockSize); // display detailed information (multi-line)
       void BlankPartition(void); // empty partition of data
       int DoTheyOverlap(const GPTPart & other); // returns 1 if there's overlap
       void ReversePartBytes(void); // reverse byte order of all integer fields