Kaydet (Commit) 4700a95f authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: Unreferenced function definition

Change-Id: I6f6560e2c2aaf4b71480fc2ffc7ef2f6e2474ab0
üst e46e041c
...@@ -150,7 +150,6 @@ public: ...@@ -150,7 +150,6 @@ public:
void resize(size_t n) { mvLayers.resize(n); } void resize(size_t n) { mvLayers.resize(n); }
const SharedLayer& operator[](size_t i) const { return mvLayers[i]; }
SharedLayer& operator[](size_t i) { return mvLayers[i]; } SharedLayer& operator[](size_t i) { return mvLayers[i]; }
private: private:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment