[openjk] 12/130: Remove get_max_path_count
Simon McVittie
smcv at debian.org
Fri Oct 28 11:09:11 UTC 2016
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to branch debian/master
in repository openjk.
commit a25382f2119f79c2564db0e8eaf601cf3844c57c
Author: bibendovsky <bibendovsky at NOSTROMO>
Date: Sun Jul 3 22:16:56 2016 +0300
Remove get_max_path_count
---
shared/qcommon/ojk_sg_archive.cpp | 5 -----
shared/qcommon/ojk_sg_archive_fwd.h | 3 ---
2 files changed, 8 deletions(-)
diff --git a/shared/qcommon/ojk_sg_archive.cpp b/shared/qcommon/ojk_sg_archive.cpp
index 7bf9a5f..24c3267 100644
--- a/shared/qcommon/ojk_sg_archive.cpp
+++ b/shared/qcommon/ojk_sg_archive.cpp
@@ -136,11 +136,6 @@ Archive& Archive::get_instance()
return result;
}
-int Archive::get_max_path_count()
-{
- return 8;
-}
-
void Archive::validate_archive_mode(
ArchiveMode archive_mode)
{
diff --git a/shared/qcommon/ojk_sg_archive_fwd.h b/shared/qcommon/ojk_sg_archive_fwd.h
index 5c6a3f3..cf7b11d 100644
--- a/shared/qcommon/ojk_sg_archive_fwd.h
+++ b/shared/qcommon/ojk_sg_archive_fwd.h
@@ -162,9 +162,6 @@ private:
BufferOffset io_buffer_offset_;
- static constexpr int get_max_path_count();
-
-
void validate_archive_mode(
ArchiveMode archive_mode);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/openjk.git
More information about the Pkg-games-commits
mailing list