Remove unused method

Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/6b0f09bd
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/6b0f09bd
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/6b0f09bd

Branch: refs/heads/master
Commit: 6b0f09bd0688b677bbe5fe0f16ae7536ae606a6d
Parents: 50d36a9
Author: Martin Tzvetanov Grigorov <[email protected]>
Authored: Fri Sep 27 09:11:24 2013 +0200
Committer: Martin Tzvetanov Grigorov <[email protected]>
Committed: Fri Sep 27 09:11:24 2013 +0200

----------------------------------------------------------------------
 .../src/main/java/org/apache/wicket/Session.java        | 12 ------------
 1 file changed, 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/6b0f09bd/wicket-core/src/main/java/org/apache/wicket/Session.java
----------------------------------------------------------------------
diff --git a/wicket-core/src/main/java/org/apache/wicket/Session.java 
b/wicket-core/src/main/java/org/apache/wicket/Session.java
index 080e8e9..73bd02c 100644
--- a/wicket-core/src/main/java/org/apache/wicket/Session.java
+++ b/wicket-core/src/main/java/org/apache/wicket/Session.java
@@ -421,18 +421,6 @@ public abstract class Session implements IClusterable, 
IEventSink
        }
 
        /**
-        * When a regular request on certain page with certain version is being 
processed, we don't
-        * allow ajax requests to same page and version.
-        * 
-        * @param lockedRequestCycle
-        * @return whether current request is valid or should be discarded
-        */
-       protected boolean isCurrentRequestValid(RequestCycle lockedRequestCycle)
-       {
-               return true;
-       }
-
-       /**
         * @return The page factory for this session
         */
        public IPageFactory getPageFactory()

Reply via email to