summaryrefslogtreecommitdiff
path: root/shell/inc/utilities.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/inc/utilities.hxx')
-rw-r--r--shell/inc/utilities.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/shell/inc/utilities.hxx b/shell/inc/utilities.hxx
index eb6c289d5023..22f785d3ce62 100644
--- a/shell/inc/utilities.hxx
+++ b/shell/inc/utilities.hxx
@@ -64,12 +64,6 @@ std::wstring UTF8ToWString(const std::string& String);
std::wstring GetResString(int ResId);
-/** Returns whether we are running
- on Windows XP or not
-*/
-bool is_windows_xp_or_above();
-
-
/** helper function to judge if the string is only has spaces.
@returns
<TRUE>if the provided string contains only but at least one space