Never use this func anywhere

This commit is contained in:
PabstMirror 2015-04-14 23:10:05 -05:00
parent 00b9e2d72c
commit 1f51a3fc8a
2 changed files with 0 additions and 19 deletions

View File

@ -9,7 +9,6 @@ PREP(getVehicleData);
PREP(initIsSpeaking);
PREP(moduleNameTags);
PREP(onDraw3d);
PREP(onMouseZChanged);
PREP(setText);
ADDON = true;

View File

@ -1,18 +0,0 @@
/*
Author: aeroson
Description:
Callback for mouse wheel change
Parameters:
None
Returns:
Nothing
*/
#include "script_component.hpp"
if(call FUNC(canShow)) then {
call FUNC(doShow);
};