Skip to content

Commit b101159

Browse files
committed
General - Remove all unused base classes
1 parent 65f2126 commit b101159

File tree

44 files changed

+218
-363
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+218
-363
lines changed

addons/ai/CfgWeapons.hpp

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ class CfgWeapons {
6969
midRangeProbab = 0.3; // 0.5;
7070
};
7171

72-
class FullAuto;
7372
class fullauto_medium: fullauto_medium {
7473
minRange = 20; // 2;
7574
burst = "3 + round random 5"; //3;
@@ -684,10 +683,6 @@ class CfgWeapons {
684683
class MMG_01_base_F: Rifle_Long_Base_F {
685684
modes[] += {"ACE_Burst_far"};
686685

687-
class manual;
688-
class burst;
689-
class close;
690-
class short;
691686
class medium;
692687
class ACE_Burst_far: medium {
693688
aiRateOfFire = 6.0;
@@ -700,17 +695,11 @@ class CfgWeapons {
700695
maxRangeProbab = 0.2;
701696
burst = "3 + round random 5";
702697
};
703-
704-
class far_optic1;
705-
class far_optic2;
706698
};
707699

708700
class MMG_02_base_F: Rifle_Long_Base_F {
709701
modes[] += {"ACE_Burst_far"};
710702

711-
class manual;
712-
class close;
713-
class short;
714703
class medium;
715704
class ACE_Burst_far: medium {
716705
aiRateOfFire = 6.0;
@@ -723,8 +712,5 @@ class CfgWeapons {
723712
maxRangeProbab = 0.2;
724713
burst = "3 + round random 5";
725714
};
726-
727-
class far_optic1;
728-
class far_optic2;
729715
};
730716
};

addons/aircraft/CfgVehicles.hpp

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
class CfgVehicles {
2-
class All {
3-
class Turrets;
4-
};
2+
class All {};
53

64
class AllVehicles: All {
7-
class NewTurret {
8-
class Turrets;
9-
};
5+
class NewTurret {};
106
};
117

128
class Air: AllVehicles {};
@@ -17,15 +13,11 @@ class CfgVehicles {
1713
};
1814

1915
class Plane: Air {};
20-
class ParachuteBase: Helicopter {
21-
class Turrets;
22-
};
16+
class ParachuteBase: Helicopter {};
2317

2418
class UAV: Plane {};
2519
class Helicopter_Base_F: Helicopter {
26-
class Turrets: Turrets {
27-
class CopilotTurret;
28-
};
20+
class Turrets: Turrets {};
2921
class AnimationSources;
3022
};
3123

@@ -59,11 +51,7 @@ class CfgVehicles {
5951
};
6052
};
6153

62-
class Plane_Base_F: Plane {
63-
class Turrets {
64-
class CopilotTurret;
65-
};
66-
};
54+
class Plane_Base_F: Plane {};
6755

6856
#include "Heli_Attack_01_base_F.hpp"
6957

addons/aircraft/RscInGameUI.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
class RscControlsGroup;
21
class RscText;
32
class RangeText: RscText {};
43
class RscPicture;
5-
class RscOpticsText;
6-
class RscIGProgress;
7-
class RscOpticsValue;
84
class RscLadderPicture;
95
class RscControlsGroupNoScrollbars;
106

0 commit comments

Comments
 (0)