Skip to content

Commit

Permalink
remove some superfluous definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
commy2 committed Dec 21, 2019
1 parent 0141f07 commit 7c0cfee
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion addons/disposable/script_component.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#define DEBUG_SETTINGS DEBUG_SETTINGS_DISPOSABLE
#endif

#define DEBUG_MODE_NORMAL
#define DEBUG_SYNCHRONOUS
#include "\x\cba\addons\main\script_macros.hpp"

Expand Down
1 change: 0 additions & 1 deletion addons/optics/script_component.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#define DEBUG_SETTINGS DEBUG_SETTINGS_OPTICS
#endif

#define DEBUG_MODE_NORMAL
#define DEBUG_SYNCHRONOUS
#include "\x\cba\addons\main\script_macros.hpp"

Expand Down
2 changes: 1 addition & 1 deletion addons/xeh/fnc_addClassEventHandler.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ _eventName = toLower _eventName;

// no such event
if (_eventName == "FiredBIS") exitWith {
WARNING("Cannot add 'FiredBIS' - Use 'Fired' instead");
WARNING("Cannot add ""FiredBIS"" - Use ""Fired"" instead.");
false
};
if !(_eventName in GVAR(EventsLowercase)) exitWith {false};
Expand Down
1 change: 0 additions & 1 deletion addons/xeh/fnc_init.sqf
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#define DEBUG_SYNCHRONOUS
#include "script_component.hpp"
/* ----------------------------------------------------------------------------
Function: CBA_fnc_init
Expand Down
1 change: 0 additions & 1 deletion addons/xeh/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#define COMPONENT xeh

#include "\x\cba\addons\main\script_mod.hpp"

//#define DEBUG_ENABLED_XEH
Expand Down

0 comments on commit 7c0cfee

Please sign in to comment.