From 2f73b55b641ff467056cb504ccd03a95a90f0810 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Thu, 22 Dec 2011 21:11:57 +0000 Subject: [PATCH] Delete agi::Options::DumpAll declaration, as the definition doesn't exist Originally committed to SVN as r6015. --- aegisub/libaegisub/include/libaegisub/option.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/aegisub/libaegisub/include/libaegisub/option.h b/aegisub/libaegisub/include/libaegisub/option.h index 1ef799bd4..98f322fec 100644 --- a/aegisub/libaegisub/include/libaegisub/option.h +++ b/aegisub/libaegisub/include/libaegisub/option.h @@ -117,9 +117,6 @@ public: /// Write the user configuration to disk, throws an exception if something goes wrong. void Flush(); - - /// Print internal option type, name and values. - void DumpAll(); }; } // namespace agi