Browse Source

revert accidental checkin

David Rose 17 years ago
parent
commit
dfd8c1c7f2
1 changed files with 0 additions and 2 deletions
  1. 0 2
      panda/src/display/lru.h

+ 0 - 2
panda/src/display/lru.h

@@ -263,9 +263,7 @@ float calculate_exponential_moving_average (float value, float weight, float ave
 bool default_page_in_function (LruPage *lru_page);
 bool default_page_out_function (LruPage *lru_page);
 
-BEGIN_PUBLISH
 void test_ema (void);
 void test_lru (void);
-END_PUBLISH
 
 #endif