diff options
Diffstat (limited to 'plugins/Import/src/dbrw/dbintf.cpp')
-rw-r--r-- | plugins/Import/src/dbrw/dbintf.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/Import/src/dbrw/dbintf.cpp b/plugins/Import/src/dbrw/dbintf.cpp index aae77e66ab..4369c03eea 100644 --- a/plugins/Import/src/dbrw/dbintf.cpp +++ b/plugins/Import/src/dbrw/dbintf.cpp @@ -85,8 +85,3 @@ STDMETHODIMP_(MEVENT) CDbxSQLite::GetEventById(LPCSTR, LPCSTR) { return 0; } - -STDMETHODIMP_(BOOL) CDbxSQLite::SetEventId(LPCSTR, MEVENT, LPCSTR) -{ - return FALSE; -} |