Ver Fonte

revert accidental checkin

David Rose há 17 anos atrás
pai
commit
dfd8c1c7f2
1 ficheiros alterados com 0 adições e 2 exclusões
  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_in_function (LruPage *lru_page);
 bool default_page_out_function (LruPage *lru_page);
 bool default_page_out_function (LruPage *lru_page);
 
 
-BEGIN_PUBLISH
 void test_ema (void);
 void test_ema (void);
 void test_lru (void);
 void test_lru (void);
-END_PUBLISH
 
 
 #endif
 #endif