@@ -142,11 +142,7 @@ public function post_meta_flags($post, $class)
142142
143143 // Utility functions for this layer
144144
145- /**
146- * @deprecated This function will become private in Q2A 1.8. It is specific to this plugin and
147- * should not be used by outside code.
148- */
149- public function queue_post_voters_flaggers ($ post )
145+ private function queue_post_voters_flaggers ($ post )
150146 {
151147 if (!qa_user_post_permit_error ('permit_view_voters_flaggers ' , $ post )) {
152148 $ postkeys = array ('postid ' , 'opostid ' );
@@ -157,11 +153,7 @@ public function queue_post_voters_flaggers($post)
157153 }
158154 }
159155
160- /**
161- * @deprecated This function will become private in Q2A 1.8. It is specific to this plugin and
162- * should not be used by outside code.
163- */
164- public function queue_raw_posts_voters_flaggers ($ posts )
156+ private function queue_raw_posts_voters_flaggers ($ posts )
165157 {
166158 if (is_array ($ posts )) {
167159 foreach ($ posts as $ post ) {
@@ -171,11 +163,7 @@ public function queue_raw_posts_voters_flaggers($posts)
171163 }
172164 }
173165
174- /**
175- * @deprecated This function will become private in Q2A 1.8. It is specific to this plugin and
176- * should not be used by outside code.
177- */
178- public function retrieve_queued_voters_flaggers ()
166+ private function retrieve_queued_voters_flaggers ()
179167 {
180168 if (count ($ this ->qa_voters_flaggers_queue )) {
181169 require_once QA_INCLUDE_DIR . 'db/votes.php ' ;
@@ -208,11 +196,7 @@ public function retrieve_queued_voters_flaggers()
208196 }
209197 }
210198
211- /**
212- * @deprecated This function will become private in Q2A 1.8. It is specific to this plugin and
213- * should not be used by outside code.
214- */
215- public function get_post_voters_flaggers ($ post , $ postid )
199+ private function get_post_voters_flaggers ($ post , $ postid )
216200 {
217201 require_once QA_INCLUDE_DIR . 'util/sort.php ' ;
218202
0 commit comments