diff --git a/pixmaprecorder.d b/pixmaprecorder.d index 99103d0..6df6043 100644 --- a/pixmaprecorder.d +++ b/pixmaprecorder.d @@ -84,20 +84,10 @@ private @safe { return stderr; } - auto stdoutFauxSafe() @trusted { - import std.stdio : stderr; - - return stderr; - } - auto stderr() { return stderrFauxSafe; } - auto stdout() { - return stderrFauxSafe; - } - alias RecorderOutput = SumType!(string, File); }