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

This reverts commit 729f7bd5fe0b23ed16084f0e4591c7a6eb4de40f.
diff --git a/gpt.h b/gpt.h
index dd0586b..e9afd06 100644
--- a/gpt.h
+++ b/gpt.h
@@ -129,7 +129,7 @@
    void ShowGPTState(void);
    void DisplayGPTData(void);
    void DisplayMBRData(void) {protectiveMBR.DisplayMBRData();}
-   void ShowPartDetails(uint32_t partNum, bool raw);
+   void ShowPartDetails(uint32_t partNum);
 
    // Convert between GPT and other formats
    virtual WhichToUse UseWhichPartitions(void);