]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/LoaderQueue.h
add missing 'else'
[lyx.git] / src / graphics / LoaderQueue.h
index 9ed1dd8d7e6341b9284b1405392b388fdb52d08e..50183c12b936fe0c2ea418166d95c9c7fd235599 100644 (file)
@@ -64,10 +64,6 @@ private:
        ///
        static int s_millisecs_ ;
 
-       /// Moves bucket_ to cache_queue_
-       void emptyBucket();
-       /// Adds or reprioritizes one element in cache_queue_
-       void addToQueue(Cache::ItemPtr const & item);
        /** This is the 'threaded' method, that does the loading in the
         *  background.
         */