File tree 1 file changed +0
-22
lines changed
library/src/main/java/com/bumptech/glide
1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -172,28 +172,6 @@ public RequestManager setDefaultRequestOptions(@NonNull RequestOptions requestOp
172
172
return this ;
173
173
}
174
174
175
- /**
176
- * @see android.content.ComponentCallbacks2#onTrimMemory(int)
177
- *
178
- * @deprecated This method is called automatically by Glide's internals and shouldn't be called
179
- * externally.
180
- */
181
- @ Deprecated
182
- public void onTrimMemory (int level ) {
183
- glide .onTrimMemory (level );
184
- }
185
-
186
- /**
187
- * @see android.content.ComponentCallbacks2#onLowMemory()
188
- *
189
- * @deprecated This method is called automatically by Glide's internals and shouldn't be called
190
- * externally.
191
- */
192
- @ Deprecated
193
- public void onLowMemory () {
194
- glide .onLowMemory ();
195
- }
196
-
197
175
/**
198
176
* Returns true if loads for this {@link RequestManager} are currently paused.
199
177
*
You can’t perform that action at this time.
0 commit comments