diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2017-07-16 12:02:48 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-07-16 12:02:48 +0300 |
commit | b2a90f18382485854c12c99c0d01b701d528cb4d (patch) | |
tree | bf2b9fb1e0b84a1af3a15038fc60c9ca5cc4342a /mesonbuild/dependencies/ui.py | |
parent | cdfb4164255980636481487c848a415c0ba3b4e9 (diff) | |
download | meson-b2a90f18382485854c12c99c0d01b701d528cb4d.zip meson-b2a90f18382485854c12c99c0d01b701d528cb4d.tar.gz meson-b2a90f18382485854c12c99c0d01b701d528cb4d.tar.bz2 |
Removed unnecessary pass statements.
Diffstat (limited to 'mesonbuild/dependencies/ui.py')
-rw-r--r-- | mesonbuild/dependencies/ui.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mesonbuild/dependencies/ui.py b/mesonbuild/dependencies/ui.py index f1ee7a6..1c59a41 100644 --- a/mesonbuild/dependencies/ui.py +++ b/mesonbuild/dependencies/ui.py @@ -390,7 +390,6 @@ class SDL2Dependency(ExternalDependency): return except Exception as e: mlog.debug('SDL 2 not found via pkgconfig. Trying next, error was:', str(e)) - pass if DependencyMethods.SDLCONFIG in self.methods: sdlconf = shutil.which('sdl2-config') if sdlconf: |