Tj Holowaychuk 14 years ago
parent
commit
157d93e68c
  1. 1
      src/Image.cc

1
src/Image.cc

@ -191,7 +191,6 @@ void
Image::loadSync() {
TryCatch try_catch;
loadSurface();
if (try_catch.HasCaught()) {
error(try_catch);
} else {

Loading…
Cancel
Save