davvil / pdfpc

A presenter console with multi-monitor support for PDF files.
http://davvil.github.com/pdfpc/
GNU General Public License v2.0
210 stars 20 forks source link

SignalProvider: Include locks in vala version test #14

Closed rschroll closed 12 years ago

rschroll commented 12 years ago

Looking at the version test code again, I realized that there's no need to get the Poppler lock for Vala > 0.16, since we don't do anything with it. I doubt that there are actually any performance implications here, but this may help avoid confusion in the future.