diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-04-22 17:51:41 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-04-22 17:51:41 -0400 |
| commit | 3b40fd0132b0db057686f987129365d13df544a3 (patch) | |
| tree | ddbd732992679c13afde556ad65a7505baa8d97b /src/d/actor/d_a_gy_ctrl.cpp | |
| parent | f856df04e518ee246245a4e6cbf31e00358b4f1e (diff) | |
Add back unnamed namespace methods, all actors now compile again
Diffstat (limited to 'src/d/actor/d_a_gy_ctrl.cpp')
| -rw-r--r-- | src/d/actor/d_a_gy_ctrl.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/d/actor/d_a_gy_ctrl.cpp b/src/d/actor/d_a_gy_ctrl.cpp index c66b99dc..66c8969b 100644 --- a/src/d/actor/d_a_gy_ctrl.cpp +++ b/src/d/actor/d_a_gy_ctrl.cpp @@ -196,14 +196,6 @@ actor_process_profile_definition g_profile_GY_CTRL = { /* CullType */ fopAc_CULLBOX_4_e, }; -static actor_method_class daGy_CtrlMethodTable = { - (process_method_func)daGy_CtrlCreate, - (process_method_func)daGy_CtrlDelete, - (process_method_func)daGy_CtrlExecute, - (process_method_func)daGy_CtrlIsDelete, - (process_method_func)daGy_CtrlDraw, -}; - actor_process_profile_definition g_profile_GY_CTRLB = { /* LayerID */ fpcLy_CURRENT_e, /* ListID */ 0x0007, |
