Skip to content

Commit

Permalink
Remove unused dependencies and out directory
Browse files Browse the repository at this point in the history
  • Loading branch information
SerafimArts committed Apr 11, 2020
1 parent 8623d8d commit 82bec80
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
2 changes: 0 additions & 2 deletions out/.gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions src/Library.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,4 @@ public function suggest(OperatingSystem $os, BitDepth $bits): ?string

return null;
}

/**
* @return string
*/
final public function getOutputDirectory(): string
{
return __DIR__ . '/../out';
}
}
1 change: 0 additions & 1 deletion src/SDL.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
use Serafim\FFILoader\LibraryInformation;
use Serafim\FFILoader\LibraryInterface;
use Serafim\FFILoader\Loader;
use Serafim\FFILoader\Preprocessor;
use Serafim\SDL\Exception\SDLException;
use Serafim\SDL\Kernel\Enums;
use Serafim\SDL\Support\SingletonTrait;
Expand Down

0 comments on commit 82bec80

Please sign in to comment.