mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-04-29 16:39:37 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user