]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/LoaderQueue.h
The free_spacing patch and fix to the mess that Rob discovered.
[lyx.git] / src / graphics / LoaderQueue.h
index 52db71313e2b9b95e14f582ece38bc4f1b85e547..50183c12b936fe0c2ea418166d95c9c7fd235599 100644 (file)
@@ -6,11 +6,11 @@
  *
  *  \author Alfredo Braunstein
  *
- * Full author contact details are available in file CREDITS. 
+ * Full author contact details are available in file CREDITS.
  *
  * This implements a threaded service queue which loads images on background.
  * In order to request an image loading you call touch() with the pointer to
- * the cached image. Then it will try to satisfy the request as soon as 
+ * the cached image. Then it will try to satisfy the request as soon as
  * posible (that's it: after finishing an eventual loading on progress)
  * touch() returns inmediately, in order not tu disrupt the flow of the main
  * thread.
@@ -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.
         */