Skip to content

Commit bfe49ad

Browse files
committed
Removed the AddRef and release which not in use
1 parent f02d42e commit bfe49ad

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

AVOutput/AVOutput.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,6 @@ namespace Plugin {
6060
const std::string Initialize(PluginHost::IShell* service);
6161
void Deinitialize(PluginHost::IShell* service);
6262
virtual string Information() const override { return {}; }
63-
#if ((THUNDER_VERSION >= 4) && (THUNDER_VERSION_MINOR == 4) && (THUNDER_VERSION_PATCH == 3))
64-
virtual uint32_t AddRef() const {return 0; }
65-
#else
66-
virtual void AddRef() const { }
67-
#endif
68-
virtual uint32_t Release() const {return 0; }
6963
BEGIN_INTERFACE_MAP(AVOutput)
7064
INTERFACE_ENTRY(PluginHost::IPlugin)
7165
INTERFACE_ENTRY(PluginHost::IDispatcher)

0 commit comments

Comments
 (0)