remote items test
[carveJwlIkooP6JGAAIwe30JlM.git] / addon.h
diff --git a/addon.h b/addon.h
index 2b9d9ac4f7906e9af0ce3142b0ba12a5fe95fb14..384c9d7d10b2cf778f8a1b8c7392a8f39cfffa07 100644 (file)
--- a/addon.h
+++ b/addon.h
@@ -1,14 +1,6 @@
 #ifndef ADDON_H
 #define ADDON_H
 
-#define ADDON_FOLDERNAME_MAX 64
-
-/* total count that we have knowledge of */
-#define ADDON_MOUNTED_MAX 128
-#define ADDON_UID_MAX 76
-
-#ifndef ADDON_DEFINE_ONLY
-
 #include "skaterift.h"
 #include "vg/vg_steam_ugc.h"
 #include "addon_types.h"
@@ -104,5 +96,4 @@ static void addon_cache_unwatch( enum addon_type type, u16 cache_id );
 static u16 addon_cache_create_viewer_from_uid( enum addon_type type,
                                                char uid[ADDON_UID_MAX] );
 
-#endif
 #endif /* ADDON_H */