Skip to content

Commit 1c42b55

Browse files
committed
rpgtkoolmv#175 remove unused method
1 parent 579ef71 commit 1c42b55

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

js/rpg_objects/Game_System.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,6 @@ Game_System.prototype.saveCount = function() {
117117
return this._saveCount;
118118
};
119119

120-
Game_System.prototype.frameCount = function() {
121-
return SceneManager.frameCount();
122-
};
123-
124120
Game_System.prototype.versionId = function() {
125121
return this._versionId;
126122
};

0 commit comments

Comments
 (0)