Skip to content

Commit

Permalink
removed more code that is not called
Browse files Browse the repository at this point in the history
  • Loading branch information
simsong committed Jan 14, 2024
1 parent b2fa4ae commit dc1b792
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/rar/errhnd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ void ErrorHandler::CheckLongPathErrMsg(const char *FileName,const wchar *FileNam
}


#ifdef REMOVE_ME
void ErrorHandler::ReadErrorMsg(const char *ArcName,const wchar *ArcNameW,const char *FileName,const wchar *FileNameW)
{
#ifndef SILENT
Expand All @@ -141,6 +142,7 @@ void ErrorHandler::WriteErrorMsg(const char *ArcName,const wchar *ArcNameW,const
SysErrMsg();
#endif
}
#endif


void ErrorHandler::Exit(int ExitCode_)
Expand All @@ -149,6 +151,7 @@ void ErrorHandler::Exit(int ExitCode_)
}


#ifdef REMOVE_ME
#ifndef GUI
void ErrorHandler::ErrMsg(const char *ArcName,const char *fmt,...)
{
Expand All @@ -163,6 +166,7 @@ void ErrorHandler::ErrMsg(const char *ArcName,const char *fmt,...)
}
}
#endif
#endif


void ErrorHandler::SetErrorCode(int Code)
Expand Down

0 comments on commit dc1b792

Please sign in to comment.