Skip to content

Commit

Permalink
xrCore: remove dublicate lzo_compressor, hide under define borland fi…
Browse files Browse the repository at this point in the history
…le dialog
  • Loading branch information
eagleivg committed May 24, 2018
1 parent 1f8ead6 commit 58d586b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 34 deletions.
3 changes: 2 additions & 1 deletion src/xrCore/FileSystem_borland.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//----------------------------------------------------
// file: FileSystem.cpp
//----------------------------------------------------

#if defined(WINDOWS)
#include "stdafx.h"
#pragma hdrstop

Expand Down Expand Up @@ -87,3 +87,4 @@ xr_string EFS_Utils::AppendFolderToName(xr_string& tex_name, int depth, BOOL ful
tex_name = AppendFolderToName(nm, sizeof(nm), depth, full_name);
return tex_name;
}
#endif
2 changes: 1 addition & 1 deletion src/xrCore/NET_utils.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "stdafx.h"
#pragma hdrstop
#include "NET_utils.h"
#include "net_utils.h"
#include "xrCommon/math_funcs.h"
#include "xrCore/_compressed_normal.h"

Expand Down
20 changes: 0 additions & 20 deletions src/xrCore/lzo_compressor.cpp

This file was deleted.

12 changes: 0 additions & 12 deletions src/xrCore/lzo_compressor.h

This file was deleted.

0 comments on commit 58d586b

Please sign in to comment.