Remove unused code

Since we replaced the project file format by a pure XML representation
we don't need this function anymore.
This commit is contained in:
Martin Kleusberg
2018-09-28 18:42:34 +02:00
parent 549f44d108
commit f4867e5c6d
-5
View File
@@ -60,11 +60,6 @@
#endif
// These are needed for reading and writing object files
QDataStream& operator<<(QDataStream& ds, const sqlb::ObjectIdentifier& objid)
{
ds << objid.toVariant();
return ds;
}
QDataStream& operator>>(QDataStream& ds, sqlb::ObjectIdentifier& objid)
{
// Read in the item