diff options
| author | Ignacio Etcheverry <neikeq@users.noreply.github.com> | 2019-02-15 20:08:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-15 20:08:41 +0100 |
| commit | f5477ee36f2d34a5d6db0ee3e1516e9c12be28d5 (patch) | |
| tree | 5b5a6813019a5304f0cd91cfb0da54e7f94269ea /modules/mono/utils/mono_reg_utils.cpp | |
| parent | 962c14278fafecf3d047fd070fc7ab8d4dcc21da (diff) | |
| parent | a8dfe9ff7f1a7e19e57fe574bb0a683350e57b44 (diff) | |
| download | redot-engine-f5477ee36f2d34a5d6db0ee3e1516e9c12be28d5.tar.gz | |
Merge pull request #25917 from neikeq/zz
Mono: Get rid of irrelevant error and fix export template build errors
Diffstat (limited to 'modules/mono/utils/mono_reg_utils.cpp')
| -rw-r--r-- | modules/mono/utils/mono_reg_utils.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/mono/utils/mono_reg_utils.cpp b/modules/mono/utils/mono_reg_utils.cpp index 76b250e038..0eb4b3b8b3 100644 --- a/modules/mono/utils/mono_reg_utils.cpp +++ b/modules/mono/utils/mono_reg_utils.cpp @@ -158,8 +158,6 @@ MonoRegInfo find_mono() { if (_find_mono_in_reg_old("Software\\Novell\\Mono", info) == ERROR_SUCCESS) return info; - ERR_PRINT("Cannot find mono in the registry"); - return MonoRegInfo(); } |
