summaryrefslogtreecommitdiff
path: root/src/asset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/asset.h')
-rw-r--r--src/asset.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/asset.h b/src/asset.h
index 86d5daf5..ea0efe49 100644
--- a/src/asset.h
+++ b/src/asset.h
@@ -47,7 +47,6 @@ class Asset : public Object
public:
Asset ();
Asset (boost::filesystem::path file);
- Asset (std::string id);
virtual bool equals (
boost::shared_ptr<const Asset> other,