Skip to content

Commit

Permalink
Delete useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinriel authored and Shinriel committed Jan 14, 2019
1 parent 774cea4 commit 4ba953b
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions gdc_lib_main/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,13 @@ class CfgPatches
{
class gdc_lib_main
{
units[] = {"GDC_moduleGdc"};
units[] = {};
weapons[] = {};
requiredVersion = 0.10;
requiredAddons[] = {"A3_Functions_F", "A3_Modules_F", "A3_3DEN","3DEN"};
};
};

class CfgFactionClasses
{
class Multiplayer;
class GDC_moduleGdc: Multiplayer
{
displayName = "GDC modules";
};
};

class CfgFunctions
{
class GDC
Expand Down

0 comments on commit 4ba953b

Please sign in to comment.