Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / rosapps / applications / sysutils / regexpl / Settings.h
diff --git a/rosapps/applications/sysutils/regexpl/Settings.h b/rosapps/applications/sysutils/regexpl/Settings.h
deleted file mode 100644 (file)
index e029ac4..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-
-#ifndef OPTIONS_H__a7382d2d_96b4_4472_974d_801281bd5327___INCLUDED
-#define OPTIONS_H__a7382d2d_96b4_4472_974d_801281bd5327___INCLUDED
-
-class CSettings
-{
-public:
-  CSettings();
-  ~CSettings();
-  HRESULT Load(LPCTSTR pszLoadKey);
-  HRESULT Store(LPCTSTR pszStoreKey);
-  LPCTSTR GetPrompt();
-  WORD GetNormalTextAttributes();
-  WORD GetCommandTextAttributes();
-private:
-  HRESULT Clean();
-  LPTSTR m_pszPrompt;
-  WORD m_wNormalTextAttributes;
-  WORD m_wCommandTextAttributes;
-};
-
-#endif // #ifndef OPTIONS_H__a7382d2d_96b4_4472_974d_801281bd5327___INCLUDED