Skip to content

Commit 238e264

Browse files
authored
chore: Remove troublesome declaration. (#41)
1 parent 7126435 commit 238e264

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

include/RE/P/PlayerCharacter.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,6 @@ namespace RE
6666
class PerkEntryUpdatedEvent;
6767
}
6868

69-
bool IsPlayerInDialogue()
70-
{
71-
using func_t = decltype(&IsPlayerInDialogue);
72-
static REL::Relocation<func_t> func{ ID::IsPlayerInDialogue };
73-
return func();
74-
}
75-
7669
class __declspec(novtable) PlayerCharacter :
7770
public Actor, // 000
7871
public BSTEventSource<BGSActorCellEvent>, // 4C8

0 commit comments

Comments
 (0)