diff options
Diffstat (limited to 'demoscript/Util.py')
-rw-r--r-- | demoscript/Util.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/demoscript/Util.py b/demoscript/Util.py index 8f47573a5e2..03f1b988dd2 100644 --- a/demoscript/Util.py +++ b/demoscript/Util.py @@ -674,12 +674,6 @@ def getServiceDir(): serviceDir = "C:\\Progra~1\ZeroC\Ice-" + str(getIceVersion()) + "\\bin" return serviceDir -def isX86(): - return x86 - -def isCpp11(): - return cpp11 - def getIceBox(mapping = "cpp"): if mapping == "cpp": iceBox = "icebox" |