Merge "Remove code introduced by mistake in MR0" into ics-mr0
diff --git a/src/com/android/camera/VideoCamera.java b/src/com/android/camera/VideoCamera.java
index 0823c0b..df8adb9 100755
--- a/src/com/android/camera/VideoCamera.java
+++ b/src/com/android/camera/VideoCamera.java
@@ -1365,10 +1365,6 @@
     }
 
     private void addVideoToMediaStore() {
-        if (mStorageSpace < Storage.LOW_STORAGE_THRESHOLD) {
-            Log.e(TAG, "Space insufficient to add media: " + mStorageSpace);
-            return;
-        }
         if (mVideoFileDescriptor == null) {
             Uri videoTable = Uri.parse("content://media/external/video/media");
             mCurrentVideoValues.put(Video.Media.SIZE,