From 2b139103d0ee8edf99ef53c6272fc5bdec29abe5 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Sat, 5 May 2012 16:58:49 +0200 Subject: [PATCH] * Moved SocialActions to Query. --- src/libtomahawk/Result.h | 10 ---------- 1 file changed, 10 deletions(-) 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