Remove unnecessary clause
This commit is contained in:
parent
95609702bd
commit
89b5748062
1 changed files with 1 additions and 7 deletions
|
@ -418,13 +418,7 @@ statecheck_onreply(Reply, State) ->
|
||||||
%%%============================================================================
|
%%%============================================================================
|
||||||
|
|
||||||
|
|
||||||
create_levelzero(Inp1, Filename) ->
|
create_levelzero(ListForFile, Filename) ->
|
||||||
ListForFile = case is_list(Inp1) of
|
|
||||||
true ->
|
|
||||||
Inp1;
|
|
||||||
false ->
|
|
||||||
leveled_penciller:roll_into_list(Inp1)
|
|
||||||
end,
|
|
||||||
{TmpFilename, PrmFilename} = generate_filenames(Filename),
|
{TmpFilename, PrmFilename} = generate_filenames(Filename),
|
||||||
case create_file(TmpFilename) of
|
case create_file(TmpFilename) of
|
||||||
{error, Reason} ->
|
{error, Reason} ->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue