summaryrefslogtreecommitdiff
path: root/src/engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine.h')
-rw-r--r--src/engine.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/engine.h b/src/engine.h
index 06fa2e01..4575051e 100644
--- a/src/engine.h
+++ b/src/engine.h
@@ -57,11 +57,6 @@ class Engine
void changeMap(const std::string &mapName);
/**
- * Changes viewpoint by relative pixel coordinates.
- */
- void scrollBy(float scrollX, float scrollY);
-
- /**
* Performs engine logic.
*/
void logic();