diff --git a/src/libtomahawk/Result.h b/src/libtomahawk/Result.h index be86e0157..bfa6ded64 100644 --- a/src/libtomahawk/Result.h +++ b/src/libtomahawk/Result.h @@ -36,16 +36,6 @@ class DatabaseCommand_LoadFile; namespace Tomahawk { - -struct SocialAction -{ - QVariant action; - QVariant value; - QVariant timestamp; - Tomahawk::source_ptr source; -}; - - class DLLEXPORT Result : public QObject { Q_OBJECT